Skip to content

Commit e959ea2

Browse files
authored
rebasing dlang (#679)
1 parent 9391920 commit e959ea2

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)
@@ -134,6 +135,10 @@ Code that executes a hello world GraphQL query with `graphql-clj`:
134135

135136
A full implementation of the GraphQL specification that aims to maintain external compliance with the specification.
136137

138+
### D
139+
140+
- [graphqld](https://github.com/burner/graphqld): A GraphQL implementaiton for the D Programming Language.
141+
137142
### Elixir
138143

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

0 commit comments

Comments
 (0)