An open API service indexing awesome lists of open source software.

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.

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)