Example usage of OneGraph's open source GraphiQL explorer.
OneGraph provides easy, consistent access to the APIs that underlie your business--all through the power of GraphQL.
Sign up at https://www.onegraph.com.
Install dependencies:
npm install
# or
yarn install
Start the server:
npm run start
# or
yarn start
Your browser will automatically open to http://localhost:3000 with the explorer open.
The example app is deployed to GitHub pages at https://onegraph.github.io/graphiql-explorer-example/ and is in use in production at https://www.onegraph.com/graphiql.