Sign inSign up

graphql/voyager

By graphql

Updated over 5 years ago

Docker wrapper for GraphQL voyager

Image
2

100K+

graphql/voyager repository overview

voyager

Docker wrapper for GraphQL voyager

Usage

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

Tag summary

Content type

Image

Digest

Size

62.2 MB

Last updated

over 7 years ago

docker pull graphql/voyager