Skip to content

emcasa/mock-server

Repository files navigation

mock-server

EmCasa mock server for graphql.

Setup

To run this project you'll need:

  1. asdf installed
  2. node and yarn

Update schema

To update the schema execute the commands:

yarn install
yarn prepare-backend
yarn update-schema

Remember to update the package version.

Publish server

To publish the new package execute:

yarn prepare
yarn publish