1.4.1 • Published 3 years ago

@discoveryjs/graphiql v1.4.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

GraphiQL with Discovery.js as result viewer

Start server

GRAPHQL_ENDPOINT=https://your.endpoint/graphql npm start

Run in dev mode:

GRAPHQL_ENDPOINT=https://your.endpoint/graphql npm run dev

Docker

Pull image and run it with TITLE and GRAPHQL_ENDPOINT env variables

docker pull discoveryjs/graphiql
docker run -p 3000:3000 -e GRAPHQL_ENDPOINT=https://your.endpoint/graphql -e TITLE="Some title" discoveryjs/graphiql

Build

npm run build

Results will be placed in dist folder.

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago