OneGraph / graphiql-code-exporter-example

Example usage of OneGraph's open-source GraphiQL Code Exporter

Home Page:https://onegraph.github.io/graphiql-code-exporter-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example usage of OneGraph's open source GraphiQL Code Exporter.

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-code-exporter-example/ and is in use in production at https://www.onegraph.com/graphiql.

Preview

While you're here, why not also check out OneGraph's open source GraphiQL Explorer.

About

Example usage of OneGraph's open-source GraphiQL Code Exporter

https://onegraph.github.io/graphiql-code-exporter-example


Languages

Language:JavaScript 81.9%Language:HTML 14.2%Language:CSS 3.9%