Skip to content

Commit 5e531fc

Browse files
oliyhleebyron
authored andcommitted
Adding re-graph as a Clojurescript graphql client (graphql#503)
1 parent deff57c commit 5e531fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/code/index.html.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ Executor.execute(schema, query) map println
393393
## GraphQL Clients
394394
395395
- [C# / .NET](#c-net-1)
396+
- [Clojurescript](#clojurescript-1)
396397
- [Go](#go-1)
397398
- [Java / Android](#java-android)
398399
- [JavaScript](#javascript-1)
@@ -403,6 +404,10 @@ Executor.execute(schema, query) map println
403404
404405
- [graphql-net-client](https://github.com/bkniffler/graphql-net-client): Basic example GraphQL client for .NET.
405406
407+
### Clojurescript
408+
409+
- [re-graph](https://github.com/oliyh/re-graph/): A GraphQL client implemented in Clojurescript with support for websockets.
410+
406411
### Go
407412
408413
- [graphql](https://github.com/shurcooL/graphql#readme): A GraphQL client implementation in Go.

0 commit comments

Comments
 (0)