Sample GraphQL app.
docker run -it -p 80:80 inigohub/starwars
GOOS=linux go build -o starwars ./cmd/...
docker build -t starwars .
docker run -it -p 80:80 starwars
Your app is accessible on http://localhost/graphql.
Go to https://explorer.inigo.io/ and try it out.