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 4742128 commit e981264Copy full SHA for e981264
site/code/index.html.js
@@ -27,6 +27,7 @@ In addition to the GraphQL [reference implementations in JavaScript](#javascript
27
28
- [C# / .NET](#c-net)
29
- [Clojure](#clojure)
30
+- [D](#d)
31
- [Elixir](#elixir)
32
- [Erlang](#erlang)
33
- [Go](#go)
@@ -111,6 +112,10 @@ Code that executes a hello world GraphQL query with \`graphql-clj\`:
111
112
113
A full implementation of the GraphQL specification that aims to maintain external compliance with the specification.
114
115
+### D
116
+
117
+ - [graphqld](https://github.com/burner/graphqld): A GraphQL implementaiton for the D Programming Language.
118
119
### Elixir
120
121
- [absinthe](https://github.com/absinthe-graphql/absinthe): GraphQL implementation for Elixir.
0 commit comments