Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 499 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 499 Bytes

graphql

utilities for dealing with GraphQL queries in Go.

This package focuses on actually creating GraphQL servers and expects you to describe your schema directly in Go.

To that end this library initially has not emphasized GraphQL schema definition parsing and instead focuses on Query Documents and writing real servers.

license: ISC

version: Based on October2015 GraphQL Specification

status: beta

contributions: welcomed

hacking

  • go generate ./...
  • go test ./...