[![build status][action-image]][action-url]
$ npm i egg-graphql-compose-bullmq --save// {app_root}/config/plugin.js
exports.graphqlComposeBullmq = {
enable: true,
package: 'egg-graphql-compose-bullmq',
};// {app_root}/config/config.default.js
exports.graphqlComposeBullmq = {
};see config/config.default.js for more detail.
Please open an issue here.