0.0.7 • Published 7 years ago

egg-gql v0.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

egg-gql

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

Install

$ npm i egg-gql --save

Usage

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

Configuration

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

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

Example

ts example see run-book

Questions & Suggestions

Please open an issue here.

Regarding circular dependencies: Error: typeDef array must contain only strings and functions, got object https://github.com/apollographql/apollo-server/issues/126 It's ok in ES.

License

MIT

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago