egg-graphql-http
v1.1.4
Published
with egg-graphql, to make middleware like error handler and authorization easy
Downloads
9
Readme
egg-graphql-http
Install
$ npm i egg-graphql-http --saveUsage
// {app_root}/config/plugin.js
exports.graphqlHttp = {
enable: true,
package: 'egg-graphql-http',
};Configuration
// {app_root}/config/config.default.js
exports.graphqlHttp = {
};see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.
