nteract / graphql-schema-exploration

Exploring a GraphQL schema for notebooks
https://gql-explore.nteract.io/
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

graphql-schema-exploration

Exploring a GraphQL schema for notebooks

Live GraphQL Playground Demo

Hacking

You need yarn and node.js.

yarn
yarn start:live # auto-reloads server on changes

Open http://localhost:4000/

Example Query

{
  cell(cellId: "cell-123") {
    metadata
  }
}