egg-graphql-query
Install
$ npm i egg-graphql-query --save
Usage
// {app_root}/config/plugin.jsexportsgraphqlQuery = enable: true package: 'egg-graphql-query';
Configuration
// {app_root}/config/config.default.jsexportsgraphqlQuery = ;
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.