Skip to content

Commit b301e47

Browse files
authored
Merge pull request graphql#691 from dmitshur/patch-1
move machinebox/graphql from server to client section
2 parents 7d36112 + d35502b commit b301e47

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
@@ -162,7 +162,6 @@ A full implementation of the GraphQL specification that aims to maintain externa
162162
- [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).
163163
- [99designs/gqlgen](https://github.com/99designs/gqlgen) - Go generate based graphql server library.
164164
- [graphql-relay-go](https://github.com/graphql-go/relay): A Go/Golang library to help construct a graphql-go server supporting react-relay.
165-
- [machinebox/graphql](https://github.com/machinebox/graphql): An elegant low-level HTTP client for GraphQL.
166165
- [samsarahq/thunder](https://github.com/samsarahq/thunder): A GraphQL implementation with easy schema building, live queries, and batching.
167166
- [appointy/jaal](https://github.com/appointy/jaal): Develop spec compliant GraphQL servers in Go.
168167
@@ -641,6 +640,7 @@ Executor.execute(schema, query) map println
641640
### Go
642641
643642
- [graphql](https://github.com/shurcooL/graphql#readme): A GraphQL client implementation in Go.
643+
- [machinebox/graphql](https://github.com/machinebox/graphql): An elegant low-level HTTP client for GraphQL.
644644
645645
### Java / Android
646646

0 commit comments

Comments
 (0)