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.
- Clone this project:
$ git clone https://github.com/nandito/tipe-graphiql.git
- Install dependencies:
$ cd tipe-graphiql
$ yarn install # or npm install
-
Set up Tipe credentials:
- get your project's API key and ORG secret (instructions),
- paste them into the
src/index.js
-
Start the app:
$ yarn start # or npm start
MIT