https://github.com/tsui66/egg-graphql-compose-bullmq
This is a plugin for eggjs & graphql-compose, which generates GraphQLTypes for Bullmq.
https://github.com/tsui66/egg-graphql-compose-bullmq
bull bullmq egg-plugin eggjs graphql graphql-compose graphql-compose-bullmq
Last synced: 3 months ago
JSON representation
This is a plugin for eggjs & graphql-compose, which generates GraphQLTypes for Bullmq.
- Host: GitHub
- URL: https://github.com/tsui66/egg-graphql-compose-bullmq
- Owner: tsui66
- License: mit
- Created: 2020-07-21T12:06:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T23:04:20.000Z (over 3 years ago)
- Last Synced: 2025-01-30T20:44:02.657Z (over 1 year ago)
- Topics: bull, bullmq, egg-plugin, eggjs, graphql, graphql-compose, graphql-compose-bullmq
- Language: JavaScript
- Homepage:
- Size: 749 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# egg-graphql-compose-bullmq
[![NPM version][npm-image]][npm-url]
[![build status][action-image]][action-url]
[![Test coverage][codecov-image]][codecov-url]
[![David deps][david-image]][david-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![npm download][download-image]][download-url]
![]()
[npm-image]: https://img.shields.io/npm/v/egg-graphql-compose-bullmq.svg?style=flat-square
[npm-url]: https://npmjs.org/package/egg-graphql-compose-bullmq
[travis-image]: https://img.shields.io/travis/Quinton/egg-graphql-compose-bullmq.svg?style=flat-square
[travis-url]: https://travis-ci.org/Quinton/egg-graphql-compose-bullmq
[codecov-image]: https://img.shields.io/codecov/c/github/Quinton/egg-graphql-compose-bullmq.svg?style=flat-square
[codecov-url]: https://codecov.io/github/Quinton/egg-graphql-compose-bullmq?branch=master
[david-image]: https://img.shields.io/david/Quinton/egg-graphql-compose-bullmq.svg?style=flat-square
[david-url]: https://david-dm.org/Quinton/egg-graphql-compose-bullmq
[snyk-image]: https://snyk.io/test/npm/egg-graphql-compose-bullmq/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/egg-graphql-compose-bullmq
[download-image]: https://img.shields.io/npm/dm/egg-graphql-compose-bullmq.svg?style=flat-square
[download-url]: https://npmjs.org/package/egg-graphql-compose-bullmq
## Install
```bash
$ npm i egg-graphql-compose-bullmq --save
```
## Usage
```js
// {app_root}/config/plugin.js
exports.graphqlComposeBullmq = {
enable: true,
package: 'egg-graphql-compose-bullmq',
};
```
## Configuration
```js
// {app_root}/config/config.default.js
exports.graphqlComposeBullmq = {
};
```
see [config/config.default.js](config/config.default.js) for more detail.
## Example
## Questions & Suggestions
Please open an issue [here](https://github.com/Quinton/egg-graphql-compose-bullmq/issues).
## License
[MIT](LICENSE)