nteract / graphql-schema-exploration

Exploring a GraphQL schema for notebooks

Home Page:https://gql-explore.nteract.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Exploring a GraphQL schema for notebooks

https://gql-explore.nteract.io/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 100.0%