Docker wrapper for GraphQL voyager
With GraphQL API server already running:
docker run --rm -e GRAPHQL_ENDPOINT=https://example.com/graphql -p 8080:80 graphql/voyager
With GraphQL schema stored locally:
docker run --rm -v path/to/schema.graphql:/app/schema.graphql -p 8080:80 graphql/voyager
Content type
Image
Digest
Size
62.2 MB
Last updated
over 7 years ago
docker pull graphql/voyager