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
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
-
# graphql [](https://travis-ci.org/globocom/graphql.svg?branch=master)[](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)
1
+
# graphql [](https://travis-ci.org/globocom/graphql.svg?branch=master)[](https://godoc.org/github.com/globocom/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
3
A *work-in-progress* implementation of GraphQL for Go.
The following is a simple example which defines a schema with a single `hello` string-type field and a `Resolve` method which returns the string `world`. A GraphQL query is performed against this schema with the resulting output printed in JSON format.
For more complex examples, refer to the [examples/](https://github.com/graphql-go/graphql/tree/master/examples/) directory and [graphql_test.go](https://github.com/graphql-go/graphql/blob/master/graphql_test.go).
61
+
For more complex examples, refer to the [examples/](https://github.com/globocom/graphql/tree/master/examples/) directory and [graphql_test.go](https://github.com/globocom/graphql/blob/master/graphql_test.go).
62
62
63
63
### Origin and Current Direction
64
64
@@ -67,8 +67,8 @@ This project was originally a port of [v0.4.3](https://github.com/graphql/graphq
67
67
### Third Party Libraries
68
68
| Name | Author | Description |
69
69
|:-------------:|:-------------:|:------------:|
70
-
|[graphql-go-handler](https://github.com/graphql-go/graphql-go-handler)|[Hafiz Ismail](https://github.com/sogko)| Middleware to handle GraphQL queries through HTTP requests. |
71
-
|[graphql-relay-go](https://github.com/graphql-go/graphql-relay-go)|[Hafiz Ismail](https://github.com/sogko)| Lib to construct a graphql-go server supporting react-relay. |
70
+
|[graphql-go-handler](https://github.com/globocom/graphql-go-handler)|[Hafiz Ismail](https://github.com/sogko)| Middleware to handle GraphQL queries through HTTP requests. |
71
+
|[graphql-relay-go](https://github.com/globocom/graphql-relay-go)|[Hafiz Ismail](https://github.com/sogko)| Lib to construct a graphql-go server supporting react-relay. |
72
72
|[golang-relay-starter-kit](https://github.com/sogko/golang-relay-starter-kit)|[Hafiz Ismail](https://github.com/sogko)| Barebones starting point for a Relay application with Golang GraphQL server. |
0 commit comments