You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# graphql [](https://travis-ci.org/graphql-go/graphql)[](https://godoc.org/github.com/graphql-go/graphql)[](https://coveralls.io/github/graphql-go/graphql?branch=master)[](https://gitter.im/graphql-go/graphql?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2
2
3
-
A *work-in-progress* implementation of GraphQL in Go. Its currently a port of `graphql-js`[v0.6.0](https://github.com/graphql/graphql-js/releases/tag/v0.6.0) which is based on the [April 2016](https://github.com/facebook/graphql/releases/tag/April2016) GraphQL specification. Future efforts will be guided directly by the [latest formal GraphQL specification](https://github.com/facebook/graphql/releases) (currently: [October 2016](https://github.com/facebook/graphql/releases/tag/October2016)).
3
+
An implementation of GraphQL in Go. Follows the official reference implementation [`graphql-js`](https://github.com/graphql/graphql-js).
0 commit comments