We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f7de4 commit 7742050Copy full SHA for 7742050
src/content/code/code.md
@@ -12,6 +12,7 @@ In addition to the GraphQL [reference implementations in JavaScript](#javascript
12
13
- [C# / .NET](#c-net)
14
- [Clojure](#clojure)
15
+- [D](#d)
16
- [Elixir](#elixir)
17
- [Erlang](#erlang)
18
- [Go](#go)
@@ -132,6 +133,10 @@ Code that executes a hello world GraphQL query with `graphql-clj`:
132
133
134
A full implementation of the GraphQL specification that aims to maintain external compliance with the specification.
135
136
+### D
137
+
138
+ - [graphqld](https://github.com/burner/graphqld): A GraphQL implementaiton for the D Programming Language.
139
140
### Elixir
141
142
- [absinthe](https://github.com/absinthe-graphql/absinthe): GraphQL implementation for Elixir.
0 commit comments