Skip to content

nandito/tipe-graphiql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphiQL for Tipe

This is a React app with GraphiQL IDE to browse Tipe's schema and try out GraphQL queries. Check out my blog post for more details.

Install

  1. Clone this project:
$ git clone https://github.com/nandito/tipe-graphiql.git
  1. Install dependencies:
$ cd tipe-graphiql
$ yarn install # or npm install
  1. Set up Tipe credentials:

    1. get your project's API key and ORG secret (instructions),
    2. paste them into the src/index.js
  2. Start the app:

$ yarn start # or npm start

License

MIT

Releases

No releases published

Packages

No packages published