Read more at:
- Deep Dive Into GraphQL With Golang Part I: Configuration, Mutations, Queries, and Subscriptions
- Deep Dive Into GraphQL With Golang Part II: Authentication, Dataloaders, and Query Complexity
- Clone the repo
git clone https://github.com/ridhamtarpara/go-graphql-demo.git
- Run
dep ensure
- Run
go run server/server.go
- Open
http://localhost:8080/
for GraphQL Playground