egg-graphql-xsy
v1.0.0
Published
xsy graphql
Downloads
3
Readme
egg-graphql-xsy
Install
$ npm i egg-graphql-xsy --save
Usage
// {app_root}/config/plugin.js
exports.graphqlXsy = {
enable: true,
package: 'egg-graphql-xsy',
};
Configuration
// {app_root}/config/config.default.js
exports.graphqlXsy = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.