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