eiriklv / graphiql-explorer-example

Example of OneGraph's GraphiQL Explorer in action

Home Page:https://onegraph.com/graphiql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Setup

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.

Live demo

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.

Preview

About

Example of OneGraph's GraphiQL Explorer in action

https://onegraph.com/graphiql


Languages

Language:JavaScript 86.8%Language:HTML 10.4%Language:CSS 2.9%