diff --git a/site/code/index.html.js b/site/code/index.html.js
index f339097eca..47598f9fb5 100644
--- a/site/code/index.html.js
+++ b/site/code/index.html.js
@@ -123,6 +123,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.
- [samsarahq/thunder](https://github.com/samsarahq/thunder): A GraphQL implementation with easy schema building, live queries, and batching.
### Groovy