Sign inSign up

npalm/graphiql

By npalm

•Updated about 9 years ago

GraphiQL webclient

Image
5

50K+

npalm/graphiql repository overview

⁠GraphiQL webclient

A simple GraphiQL webclient based on graphiql experss to connect to a public GraphQL API endpoint.

Usages

docker build -t graphiql .
docker run --name graphiql -p 4000:4000 -e API_URL=<URL> graphiql

Or directly via the image on docker hub.

docker run --name graphiql -p 4000:4000 -e API_URL=<URL> npalm/graphiql

Tag summary

Content type

Image

Digest

Size

39.8 MB

Last updated

about 9 years ago

docker pull npalm/graphiql