@webiny/api-apw
v5.41.1
Published
GraphQL API for Webiny Advanced Publishing Workflow.
Downloads
2,402
Readme
@webiny/api-awp
Install
npm install --save @webiny/api-awp
Or if you prefer yarn:
yarn add @webiny/api-awp
Testing
To run tests api-apw tests with targeted storage operations loaded use:
DynamoDB
yarn test packages/api-apw --storage:ddb --keyword=apw:ddb --keyword=apw:base
Note
All the tests in
@webiny/api-apw
package are being tested against ddb-only storage operations because current jest setup doesn't allow usage of more than one storage operations at a time with the help of --keyword flag. We should revisit these tests once we have the ability to load multiple storage operations in the jest setup.