From 77420507796911f4a6b84dfab319951a85aabff0 Mon Sep 17 00:00:00 2001 From: Robert burner Schadek Date: Tue, 3 Nov 2020 11:17:02 +0100 Subject: [PATCH] rebasing dlang --- src/content/code/code.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/content/code/code.md b/src/content/code/code.md index 3383c51bf1..6f12d62601 100644 --- a/src/content/code/code.md +++ b/src/content/code/code.md @@ -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) @@ -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.