Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 1.89 KB

README.md

File metadata and controls

64 lines (48 loc) · 1.89 KB

egg-graphql-compose-bullmq

NPM version [![build status][action-image]][action-url] Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-graphql-compose-bullmq --save

Usage

// {app_root}/config/plugin.js
exports.graphqlComposeBullmq = {
  enable: true,
  package: 'egg-graphql-compose-bullmq',
};

Configuration

// {app_root}/config/config.default.js
exports.graphqlComposeBullmq = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT