/graphql-go

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

Primary LanguageGoMIT LicenseMIT

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, 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 for details.