Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cryptix/go-graphql

GraphQL packages for golang
https://github.com/cryptix/go-graphql

Last synced: 1 day ago
JSON representation

GraphQL packages for golang

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)