/graphql-schema-exploration

Exploring a GraphQL schema for notebooks

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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
  }
}