This applications shows simple usage of range_add, range_delete and updater function
- clone repo and do yarn install
- head over to
https://tbergq-graphql.now.sh/graphql/
and create your user withcreateUser
mutation - then login with
tvHelperLogin
mutation and copy the token. - create a new file
src/token.js
// @flow
const token = 'token-from-login-mutation';
export default token;
- then do yarn start