graphql-go icon indicating copy to clipboard operation
graphql-go copied to clipboard

GraphQL tutorial using Go

trafficstars

Hackernews Go Example

Setup

  1. go get -u github.com/howtographql/graphql-go
  2. cd ${GOPATH}/src/github.com/howtographql/graphql-go
  3. docker-compose up -d
  4. go run main.go
  5. Execute queries in GraphiQL by visiting http://localhost:8080/