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 9391920 commit e959ea2Copy full SHA for e959ea2
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)
@@ -134,6 +135,10 @@ Code that executes a hello world GraphQL query with `graphql-clj`:
134
135
136
A full implementation of the GraphQL specification that aims to maintain external compliance with the specification.
137
138
+### D
139
+
140
+ - [graphqld](https://github.com/burner/graphqld): A GraphQL implementaiton for the D Programming Language.
141
142
### Elixir
143
144
- [absinthe](https://github.com/absinthe-graphql/absinthe): GraphQL implementation for Elixir.
0 commit comments