@discoveryjs/graphiql

1.4.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @discoveryjs/graphiql

Weekly Downloads

2

Version

1.4.1

License

MIT

Unpacked Size

1.6 MB

Total Files

9

Last publish

Collaborators

  • lahmatiy
  • smelukov
  • exdis