Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tallstreet/graphql
graphql parser + utilities
https://github.com/tallstreet/graphql
Last synced: 8 days ago
JSON representation
graphql parser + utilities
- Host: GitHub
- URL: https://github.com/tallstreet/graphql
- Owner: tallstreet
- License: isc
- Fork: true (tmc/graphql)
- Created: 2015-09-09T07:09:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-05T15:41:03.000Z (about 9 years ago)
- Last Synced: 2024-08-01T22:51:21.624Z (3 months ago)
- Language: Go
- Homepage:
- Size: 3.33 MB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-graphql - tallstreet-graphql - GraphQL parser and server for Go that leverages libgraphqlparser (Libraries / Go Libraries)
- awesome-graphql - tallstreet-graphql - GraphQL parser and server for Go that leverages libgraphqlparser (Libraries / Go Libraries)
README
graphql
=======utilities for dealing with GraphQL queries in Go. Parses with libgraphqlparser
license: ISC
status: alpha
hacking
=======* go generate ./...
* go test ./...