...

Text file src/edge-infra.dev/pkg/edge/api/graphiql/README.md

Documentation: edge-infra.dev/pkg/edge/api/graphiql

     1Example usage of [OneGraph](https://www.onegraph.com)'s open source [GraphiQL explorer](https://github.com/OneGraph/graphiql-explorer).
     2
     3[OneGraph](https://www.onegraph.com) provides easy, consistent access to the APIs that underlie your business--all through the power of GraphQL.
     4
     5Sign up at [https://www.onegraph.com](https://www.onegraph.com).
     6
     7## Setup
     8
     9Install dependencies:
    10
    11```
    12npm install
    13# or
    14yarn install
    15```
    16
    17Start the server:
    18
    19```
    20npm run start
    21# or
    22yarn start
    23```
    24
    25Your browser will automatically open to http://localhost:3000 with the explorer open.
    26
    27## Live demo
    28
    29The example app is deployed to GitHub pages at [https://onegraph.github.io/graphiql-explorer-example/](https://onegraph.github.io/graphiql-explorer-example/) and is in use in production at [https://www.onegraph.com/graphiql](https://www.onegraph.com/graphiql).
    30
    31![Preview](https://user-images.githubusercontent.com/476818/51567716-c00dfa00-1e4c-11e9-88f7-6d78b244d534.gif)

View as plain text