Tiny Docker image for graphql-playground served by Golang.
docker run --name graphql-playground -d mkrou/graphql-playground-docker
The GraphQL endpoint url. Default: http://localhost:9000/graphql
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