tmc / graphql

graphql parser + utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: unstable

contributions: encouraged

hacking

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

About

graphql parser + utilities

License:ISC License


Languages

Language:Go 99.5%Language:Shell 0.5%