Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmc/graphql
graphql parser + utilities
https://github.com/tmc/graphql
Last synced: 3 months ago
JSON representation
graphql parser + utilities
- Host: GitHub
- URL: https://github.com/tmc/graphql
- Owner: tmc
- License: isc
- Archived: true
- Created: 2015-04-18T21:05:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T05:21:03.000Z (over 7 years ago)
- Last Synced: 2024-07-31T20:52:48.488Z (5 months ago)
- Language: Go
- Homepage:
- Size: 3.21 MB
- Stars: 57
- Watchers: 12
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - graphql - graphql parser + utilities. (Query Language / HTTP Clients)
- zero-alloc-awesome-go - graphql - graphql parser + utilities. (Query Language / HTTP Clients)
- awesome-graphql - graphql - GraphQL parser and server for Go. (Libraries / Go Libraries)
- awesome-graphql - graphql - GraphQL parser and server for Go. (Libraries / Go Libraries)
- awesome-go - graphql - graphql parser + utilities - ★ 47 (Query Language)
- awesome-go-extra - ARCHIVED - 04-18T21:05:52Z|2017-06-02T05:21:03Z| (Query Language / HTTP Clients)
- awesome-go-zh - graphql
README
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 ./...