egg-gql:鸡蛋支持graphql

时间:2024-06-03 13:02:41
【文件属性】:

文件名称:egg-gql:鸡蛋支持graphql

文件大小:79KB

文件格式:ZIP

更新时间:2024-06-03 13:02:41

JavaScript

蛋-gql 安装 $ npm i egg-gql --save 用法 // {app_root}/config/plugin.js exports . graphql = { enable : true , package : 'egg-gql' } ; 配置 // {app_root}/config/config.default.js exports . graphql = { } ; 有关更多详细信息,请参见 。 例子 ts示例,请参见 问题与建议 请在这里打开一个问题。 关于循环依赖:错误:typeDef数组必须仅包含字符串和函数,得到对象https://github.com/apollographql/apollo-server/issues/126在ES中可以。 执照 麻省理工学院


【文件预览】:
egg-gql-master
----.gitignore(73B)
----app.js(158B)
----app()
--------middleware()
--------service()
----.eslintrc(152B)
----package.json(1KB)
----.autod.conf.js(363B)
----.travis.yml(170B)
----LICENSE(1KB)
----index.js(187B)
----README.zh_CN.md(2KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(877B)
----README.md(2KB)
----config()
--------config.default.js(170B)
----.eslintignore(9B)
----appveyor.yml(267B)
----lib()
--------utils()
--------loader()
----agent.js(162B)
----test()
--------app()
--------gql.test.js(403B)
--------fixtures()
----tsHelper.js(297B)
----yarn.lock(218KB)
----index.d.ts(429B)

网友评论