Skip to content

Commit 7742050

Browse files
committed
rebasing dlang
1 parent 24f7de4 commit 7742050

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/content/code/code.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ In addition to the GraphQL [reference implementations in JavaScript](#javascript
1212

1313
- [C# / .NET](#c-net)
1414
- [Clojure](#clojure)
15+
- [D](#d)
1516
- [Elixir](#elixir)
1617
- [Erlang](#erlang)
1718
- [Go](#go)
@@ -132,6 +133,10 @@ Code that executes a hello world GraphQL query with `graphql-clj`:
132133

133134
A full implementation of the GraphQL specification that aims to maintain external compliance with the specification.
134135

136+
### D
137+
138+
- [graphqld](https://github.com/burner/graphqld): A GraphQL implementaiton for the D Programming Language.
139+
135140
### Elixir
136141

137142
- [absinthe](https://github.com/absinthe-graphql/absinthe): GraphQL implementation for Elixir.

0 commit comments

Comments
 (0)