Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cryptix/go-graphql
GraphQL packages for golang
https://github.com/cryptix/go-graphql
Last synced: 29 days ago
JSON representation
GraphQL packages for golang
- Host: GitHub
- URL: https://github.com/cryptix/go-graphql
- Owner: cryptix
- License: mit
- Created: 2015-07-03T17:54:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-03T18:03:41.000Z (over 9 years ago)
- Last Synced: 2024-11-29T00:32:07.030Z (about 1 month ago)
- Language: Go
- Size: 137 KB
- Stars: 52
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graphql
[![GoDoc](https://godoc.org/github.com/cryptix/go-graphql?status.svg)](https://godoc.org/github.com/cryptix/go-graphql)
GraphQL packages for golang.
## Notes
I started this as a fun project when facebook first announced GraphQL and all of this is just based on scraping together stuff from slides.
My commitment to this is still _fun only_ so don't get your hopes up to get a feature complete implementation anytime soon.
## Refs
* [announcment talk gist notes](https://gist.github.com/wincent/598fa75e22bdfa44cf47)
* [working draft](https://facebook.github.io/graphql/) (Released Jul 02 2015)