Sign inSign up

guog/voyager

By guog

•Updated over 6 years ago

GraphQL Schema Viewer .

Image
0

2.0K

guog/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

65.4 MB

Last updated

over 6 years ago

docker pull guog/voyager