egg-graphql-query

0.0.1 • Public • Published

egg-graphql-query

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

Install

$ npm i egg-graphql-query --save

Usage

// {app_root}/config/plugin.js
exports.graphqlQuery = {
  enable: true,
  package: 'egg-graphql-query',
};

Configuration

// {app_root}/config/config.default.js
exports.graphqlQuery = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT

/egg-graphql-query/

    Package Sidebar

    Install

    npm i egg-graphql-query

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    12.5 kB

    Total Files

    7

    Last publish

    Collaborators

    • quinton.xu