Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/content/code/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ In addition to the GraphQL [reference implementations in JavaScript](#javascript

- [C# / .NET](#c-net)
- [Clojure](#clojure)
- [D](#d)
- [Elixir](#elixir)
- [Erlang](#erlang)
- [Go](#go)
Expand Down Expand Up @@ -132,6 +133,10 @@ Code that executes a hello world GraphQL query with `graphql-clj`:

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

### D

- [graphqld](https://github.com/burner/graphqld): A GraphQL implementaiton for the D Programming Language.

### Elixir

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