An open API service indexing awesome lists of open source software.

https://github.com/deref/graphql-go

Deref's collection of GraphQL libraries and tools for Go.
https://github.com/deref/graphql-go

go graphql

Last synced: 3 months ago
JSON representation

Deref's collection of GraphQL libraries and tools for Go.

Awesome Lists containing this project

README

          

# deref/graphql-go

Deref's collection of GraphQL libraries and tools for Go.

_NOTE: Everything in this repository is presently unstable._

## Encoding

Forked from [https://github.com/shurcooL/graphql](https://github.com/shurcooL/graphql),
the `github.com/deref/graphql-go/encoding` package provides transport-agnostic
encoding and decoding of GraphQL operations and response data.

See [./internal/shurcool/README.md](./internal/shurcool/README.md) for details.