egg-plugin-graphql:鸡蛋 graphql 插件

时间:2024-08-24 18:31:23
【文件属性】:

文件名称:egg-plugin-graphql:鸡蛋 graphql 插件

文件大小:293KB

文件格式:ZIP

更新时间:2024-08-24 18:31:23

graphql egg-plugin egg-graphql JavaScript

egg-plugin-graphql Egg GraphQL 插件。 使用方法 安装 $ npm i egg-plugin-graphql --save 开启插件 // config/plugin.js exports.graphql = { enable: true, package: 'egg-plugin-graphql', }; 配置 // config.default.js // 配置 graphql exports.graphql = { router: '/graphql', // 是否创建默认的空 schema defaultEmptySchema: false, // 是否加载开发者工具 (playground), 默认开启, 路由同 router 字段, 使用浏览器打开该可见 playground: true, }; // 使用 graphq


网友评论