@arcblock/graphiql

An graphical interactive in-browser GraphQL IDE.

Usage no npm install needed!

<script type="module">
  import arcblockGraphiql from 'https://cdn.skypack.dev/@arcblock/graphiql';
</script>

README

GraphiQL

OCAP Service Playground, internal maintained version of graphql/graphiql.

Original readme README.md

Getting Started

Make sure OCAP API service is running locally (by default http://localhost:8080), otherwise, you have to make sure OCAP_API_BASE in package.json is a valid GraphQL backend.

git clone git@github.com:ArcBlock/graphiql.git
cd graphiql
make init     # yarn
make run      # npm run dev