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: 23 days ago
JSON representation

graphql parser + utilities

Awesome Lists containing this project

README

        

graphql
=======

utilities for dealing with GraphQL queries in Go. Parses with libgraphqlparser

license: ISC

status: alpha

hacking
=======

* go generate ./...
* go test ./...