Skip to content

Commit 8a8d59a

Browse files
authored
Adds a section for Elixir clients, for which there are two quality, maintained options. (#921)
1 parent 4199ebf commit 8a8d59a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/code/code.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ Executor.execute(schema, query) map println
594594

595595
- [C# / .NET](#c-net-1)
596596
- [Clojurescript](#clojurescript-1)
597+
- [Elixir](#elixir-1)
597598
- [Elm](#elm)
598599
- [Flutter](#flutter)
599600
- [Go](#go-1)
@@ -615,6 +616,11 @@ Executor.execute(schema, query) map println
615616

616617
- [re-graph](https://github.com/oliyh/re-graph/): A GraphQL client implemented in Clojurescript with support for websockets.
617618

619+
### Elixir
620+
621+
- [Neuron](https://github.com/uesteibar/neuron): A GraphQL client for Elixir
622+
- [common_graphql_client](https://github.com/annkissam/common_graphql_client): Elixir GraphQL Client with HTTP and WebSocket support
623+
618624
### Elm
619625

620626
- [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.

0 commit comments

Comments
 (0)