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 @@ -370,6 +370,7 @@ Executor.execute(schema, query) map println
370
370
## GraphQL Clients
371
371
372
372
- [C# / .NET](#c-net-1)
373
+ - [Go](#go-1)
373
374
- [Java / Android](#java-android)
374
375
- [JavaScript](#javascript-1)
375
376
- [Swift / Objective-C iOS](#swift-objective-c-ios)
@@ -378,6 +379,10 @@ Executor.execute(schema, query) map println
378
379
379
380
- [graphql-net-client](https://github.com/bkniffler/graphql-net-client): Basic example GraphQL client for .NET.
380
381
382
+ ### Go
383
+
384
+ - [graphql](https://github.com/shurcooL/graphql#readme): A GraphQL client implementation in Go.
385
+
381
386
### Java / Android
382
387
383
388
- [Apollo Android](https://github.com/apollographql/apollo-android): A strongly-typed, caching GraphQL client for Android, written in Java.
You can’t perform that action at this time.
0 commit comments