# Go
# Server libraries
- graphql-go/graphql - An implementation of GraphQL for Go follows graphql-js
- machinebox/graphql - Simple low-level GraphQL client for Go
- graphql-relay-go - A Go/Golang library to help construct a server supporting react-relay.
- samsarahq/thunder A GraphQL implementation with schema building, live queries, and batching.
- gqlgen Go generate based graphql server library.
- graphql-go - GraphQL server with a focus on ease of use.
- go-graphql - A powerful GraphQL server implementation for Golang
- dataloader - Implementation of Facebook's DataLoader in Golang
- graph-gophers/graphql-go An active implementation of GraphQL in Golang
# GraphQL Clients
- shurcooL/graphql A GraphQL client implementation in Go.
# TODO
- c-graphqlparser - Go-gettable version of the libgraphqlparser C library for parsing GraphQL.
- tallstreet-graphql - GraphQL parser and server for Go that leverages libgraphqlparser