Skip to content

Yanshijie-EL/egg-graphql-http

Repository files navigation

egg-graphql-http

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-graphql-http --save

Usage

// {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.

License

MIT

About

根据egg-graphql修改,为了能够更好的通过自定义中间件鉴权、错误处理、记录日志

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published