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.
- Host: GitHub
- URL: https://github.com/deref/graphql-go
- Owner: deref
- License: mit
- Created: 2022-01-14T19:36:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T03:57:47.000Z (over 4 years ago)
- Last Synced: 2024-04-17T05:49:36.996Z (about 2 years ago)
- Topics: go, graphql
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.