File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -393,6 +393,7 @@ Executor.execute(schema, query) map println
393
393
## GraphQL Clients
394
394
395
395
- [C# / .NET](#c-net-1)
396
+ - [Clojurescript](#clojurescript-1)
396
397
- [Go](#go-1)
397
398
- [Java / Android](#java-android)
398
399
- [JavaScript](#javascript-1)
@@ -403,6 +404,10 @@ Executor.execute(schema, query) map println
403
404
404
405
- [graphql-net-client](https://github.com/bkniffler/graphql-net-client): Basic example GraphQL client for .NET.
405
406
407
+ ### Clojurescript
408
+
409
+ - [re-graph](https://github.com/oliyh/re-graph/): A GraphQL client implemented in Clojurescript with support for websockets.
410
+
406
411
### Go
407
412
408
413
- [graphql](https://github.com/shurcooL/graphql#readme): A GraphQL client implementation in Go.
You can’t perform that action at this time.
0 commit comments