A stitched graphql API for Kororaa.
yarn install
yarn test
yarn test -- --verbose --coverage
yarn sls offline
then browse to http://localhost:4100/dev/kororaa-app-api/graphql
When any one of the child APIs change, use get-graphql-schema to pull in the new schema. For example:
yarn get-graphql-schema -h "x-api-key={API-key}" {API-URL} > .\remote_schemas\kororaa.schema.graphql