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: site/code/index.html.js
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -157,11 +157,10 @@ A full implementation of the GraphQL specification that aims to maintain externa
157
157
158
158
- [graphql-go](https://github.com/graphql-go/graphql): An implementation of GraphQL for Go / Golang.
159
159
- [graph-gophers/graphql-go](https://github.com/graph-gophers/graphql-go): An active implementation of GraphQL in Golang (was https://github.com/neelance/graphql-go).
160
-
- [GQLGen](https://github.com/99designs/gqlgen) - Go generate based graphql server library.
160
+
- [99designs/gqlgen](https://github.com/99designs/gqlgen) - Go generate based graphql server library.
161
161
- [graphql-relay-go](https://github.com/graphql-go/relay): A Go/Golang library to help construct a graphql-go server supporting react-relay.
162
162
- [machinebox/graphql](https://github.com/machinebox/graphql): An elegant low-level HTTP client for GraphQL.
163
163
- [samsarahq/thunder](https://github.com/samsarahq/thunder): A GraphQL implementation with easy schema building, live queries, and batching.
164
-
- [99designs/gqlgen](https://github.com/99designs/gqlgen): A schema first GraphQL server generation.
165
164
- [appointy/jaal](https://github.com/appointy/jaal): Develop spec compliant GraphQL servers in Go.
0 commit comments