Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

graphiql-console

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphiql-console

This is a fork of https://github.com/OneGraph/graphiql-explorer-example wrapped into a standalone docker container.

latest
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

This is a fork of https://github.com/OneGraph/graphiql-explorer-example wrapped into a standalone docker container.

Usage

docker build . -t graphiql-console
docker run \
    -e APP_TITLE='GraphQL console' \
    -e GRAPHQL_API='http://server/graphql' # GraphQL http endpoint as seen by browser
    -p 8888:80
    graphiql-console

Now you can go to http://localhost:8888 and play with your API.

Alternatively, you can omit environment variables and pass all parameters via url:

docker run -p 8888:80 graphiql-console
open http://localhost:8888?graphql_api=http%3A%2F%2Fserver%2Fgraphql

FAQs

Package last updated on 26 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts