diff --git a/src/content/code/code.md b/src/content/code/code.md index 3383c51bf1..c40ea38979 100644 --- a/src/content/code/code.md +++ b/src/content/code/code.md @@ -594,6 +594,7 @@ Executor.execute(schema, query) map println - [C# / .NET](#c-net-1) - [Clojurescript](#clojurescript-1) +- [Elixir](#elixir-1) - [Elm](#elm) - [Flutter](#flutter) - [Go](#go-1) @@ -615,6 +616,11 @@ Executor.execute(schema, query) map println - [re-graph](https://github.com/oliyh/re-graph/): A GraphQL client implemented in Clojurescript with support for websockets. +### Elixir + + - [Neuron](https://github.com/uesteibar/neuron): A GraphQL client for Elixir + - [common_graphql_client](https://github.com/annkissam/common_graphql_client): Elixir GraphQL Client with HTTP and WebSocket support + ### Elm - [dillonkearns/elm-graphql](https://github.com/dillonkearns/elm-graphql): Library and command-line code generator to create type-safe Elm code for a GraphQL endpoint.