Skip to content

Commit e981264

Browse files
authored
A link to the graphql implementation in D
At a link to the graphql server implementation for the D Progamming Language (dlang.org)
1 parent 4742128 commit e981264

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/code/index.html.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ In addition to the GraphQL [reference implementations in JavaScript](#javascript
2727
2828
- [C# / .NET](#c-net)
2929
- [Clojure](#clojure)
30+
- [D](#d)
3031
- [Elixir](#elixir)
3132
- [Erlang](#erlang)
3233
- [Go](#go)
@@ -111,6 +112,10 @@ Code that executes a hello world GraphQL query with \`graphql-clj\`:
111112
112113
A full implementation of the GraphQL specification that aims to maintain external compliance with the specification.
113114
115+
### D
116+
117+
- [graphqld](https://github.com/burner/graphqld): A GraphQL implementaiton for the D Programming Language.
118+
114119
### Elixir
115120
116121
- [absinthe](https://github.com/absinthe-graphql/absinthe): GraphQL implementation for Elixir.

0 commit comments

Comments
 (0)