Pet Finder
Pet project with Flutter + Firebase + Hasura.
How to Start
$ flutter packages pub run build_runner build --delete-conflicting-outputs
for VSCode Apollo GraphQL
$ npm install -g apollo
create ./apollo.config.js
how to download schema.json
for localSchemaFile
$ apollo schema:download --endpoint <graphql endpoint> --header 'X-Hasura-Admin-Secret: <secret>' --header 'X-Hasura-Role: user'