EmCasa mock server for graphql.
To run this project you'll need:
- asdf installed
- node and yarn
To update the schema execute the commands:
yarn install
yarn prepare-backend
yarn update-schema
Remember to update the package version.
To publish the new package execute:
yarn prepare
yarn publish