0.0.7 • Published 6 years ago

egg-gql v0.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago