Skip to content

Commit cc5e3b8

Browse files
authored
Merge pull request graphql#350 from shurcooL/add-graphql
Add graphql project, the first Go GraphQL client.
2 parents a88fbf9 + 306cb20 commit cc5e3b8

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
@@ -370,6 +370,7 @@ Executor.execute(schema, query) map println
370370
## GraphQL Clients
371371
372372
- [C# / .NET](#c-net-1)
373+
- [Go](#go-1)
373374
- [Java / Android](#java-android)
374375
- [JavaScript](#javascript-1)
375376
- [Swift / Objective-C iOS](#swift-objective-c-ios)
@@ -378,6 +379,10 @@ Executor.execute(schema, query) map println
378379
379380
- [graphql-net-client](https://github.com/bkniffler/graphql-net-client): Basic example GraphQL client for .NET.
380381
382+
### Go
383+
384+
- [graphql](https://github.com/shurcooL/graphql#readme): A GraphQL client implementation in Go.
385+
381386
### Java / Android
382387
383388
- [Apollo Android](https://github.com/apollographql/apollo-android): A strongly-typed, caching GraphQL client for Android, written in Java.

0 commit comments

Comments
 (0)