We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deff57c commit 5e531fcCopy full SHA for 5e531fc
site/code/index.html.js
@@ -393,6 +393,7 @@ Executor.execute(schema, query) map println
393
## GraphQL Clients
394
395
- [C# / .NET](#c-net-1)
396
+- [Clojurescript](#clojurescript-1)
397
- [Go](#go-1)
398
- [Java / Android](#java-android)
399
- [JavaScript](#javascript-1)
@@ -403,6 +404,10 @@ Executor.execute(schema, query) map println
403
404
405
- [graphql-net-client](https://github.com/bkniffler/graphql-net-client): Basic example GraphQL client for .NET.
406
407
+### Clojurescript
408
+
409
+ - [re-graph](https://github.com/oliyh/re-graph/): A GraphQL client implemented in Clojurescript with support for websockets.
410
411
### Go
412
413
- [graphql](https://github.com/shurcooL/graphql#readme): A GraphQL client implementation in Go.
0 commit comments