1.0.0 • Published 8 years ago
egg-apollo v1.0.0
egg-apollo
GraphQL server for egg.
Install
$ npm i egg-apollo --save
Usage
// {app_root}/config/plugin.js
exports.apollo = {
enable: true,
package: 'egg-apollo',
};
Configuration
// {app_root}/config/config.default.js
exports.apollo = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.
License
1.0.0
8 years ago