Skip to content

Commit 281aecd

Browse files
authored
move machinebox/graphql from server to client section
This Go GraphQL client was added in PR graphql#431 to the section for Go GraphQL server libraries. Move it to the section for Go GraphQL client libraries instead.
1 parent a09600e commit 281aecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/code/index.html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ A full implementation of the GraphQL specification that aims to maintain externa
126126
- [graph-gophers/graphql-go](https://github.com/graph-gophers/graphql-go): An active implementation of GraphQL in Golang (was https://github.com/neelance/graphql-go).
127127
- [GQLGen](https://github.com/99designs/gqlgen) - Go generate based graphql server library.
128128
- [graphql-relay-go](https://github.com/graphql-go/relay): A Go/Golang library to help construct a graphql-go server supporting react-relay.
129-
- [machinebox/graphql](https://github.com/machinebox/graphql): An elegant low-level HTTP client for GraphQL.
130129
- [samsarahq/thunder](https://github.com/samsarahq/thunder): A GraphQL implementation with easy schema building, live queries, and batching.
131130
132131
### Groovy
@@ -459,6 +458,7 @@ Executor.execute(schema, query) map println
459458
### Go
460459
461460
- [graphql](https://github.com/shurcooL/graphql#readme): A GraphQL client implementation in Go.
461+
- [machinebox/graphql](https://github.com/machinebox/graphql): An elegant low-level HTTP client for GraphQL.
462462
463463
### Java / Android
464464

0 commit comments

Comments
 (0)