JSPM

@webiny/api-apw

5.43.1-beta.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 646
  • Score
    100M100P100Q109082F
  • License MIT

GraphQL API for Webiny Advanced Publishing Workflow.

Package Exports

  • @webiny/api-apw
  • @webiny/api-apw/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@webiny/api-apw) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@webiny/api-awp

code style: prettier PRs Welcome

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.