Tiny Docker image for graphql-playground served by Golang.
docker run --name graphql-playground -d juriad/graphql-playground-docker
The GraphQL server hostname and port. Default: localhost:9000
The GraphQL endpoint url. Default: http://$HOST/graphql
The GraphQL subscriptions WebSocket endpoint url. Default: ws://$HOST/subscriptions
Property to customize your color theme. Possible values: 'dark', 'light'. Default: dark
Property to customize title. Default: "GraphQL Playground"
The GraphQL Playground serving port. Default: 8080