From c07b8259198cbff1c7935a09b91f7143aeec287f Mon Sep 17 00:00:00 2001 From: Mat Ryer Date: Sat, 9 Dec 2017 11:03:55 +0000 Subject: [PATCH] Added new Go client to the list https://godoc.org/github.com/machinebox/graphql --- site/code/index.html.js | 1 + 1 file changed, 1 insertion(+) diff --git a/site/code/index.html.js b/site/code/index.html.js index 5b5e88713f..08a6f5ac84 100644 --- a/site/code/index.html.js +++ b/site/code/index.html.js @@ -122,6 +122,7 @@ Code that executes a hello world GraphQL query with \`graphql-clj\`: - [graphql-go](https://github.com/graphql-go/graphql): An implementation of GraphQL for Go / Golang. - [graphql-relay-go](https://github.com/graphql-go/relay): A Go/Golang library to help construct a graphql-go server supporting react-relay. - [neelance/graphql-go](https://github.com/neelance/graphql-go): An active implementation of GraphQL in Golang. + - [machinebox/graphql](https://github.com/machinebox/graphql): An elegant low-level HTTP client for GraphQL. ### Groovy