From d35502b52a99ab1d9372ea6d84b9cf9bc29c0c56 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Sun, 21 Apr 2019 23:40:01 -0400 Subject: [PATCH] move machinebox/graphql from server to client section This Go GraphQL client was added in PR #431 to the section for Go GraphQL server libraries. Move it to the section for Go GraphQL client libraries instead. --- site/code/index.html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/code/index.html.js b/site/code/index.html.js index 69b2f31fb5..21de149981 100644 --- a/site/code/index.html.js +++ b/site/code/index.html.js @@ -126,7 +126,6 @@ A full implementation of the GraphQL specification that aims to maintain externa - [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). - [GQLGen](https://github.com/99designs/gqlgen) - Go generate based graphql server library. - [graphql-relay-go](https://github.com/graphql-go/relay): A Go/Golang library to help construct a graphql-go server supporting react-relay. - - [machinebox/graphql](https://github.com/machinebox/graphql): An elegant low-level HTTP client for GraphQL. - [samsarahq/thunder](https://github.com/samsarahq/thunder): A GraphQL implementation with easy schema building, live queries, and batching. ### Groovy @@ -459,6 +458,7 @@ Executor.execute(schema, query) map println ### Go - [graphql](https://github.com/shurcooL/graphql#readme): A GraphQL client implementation in Go. + - [machinebox/graphql](https://github.com/machinebox/graphql): An elegant low-level HTTP client for GraphQL. ### Java / Android