文件名称:apollo-server-plugin-introspection-metadata:Apollo Server的插件,允许将元数据添加到GraphQL自省查询响应
文件大小:66KB
文件格式:ZIP
更新时间:2024-06-13 18:35:01
nodejs node introspection node-js apollo-server
@ anvilco / apollo-server-plugin-introspection-metadata Apollo Server插件,允许将元数据添加到GraphQL内省查询响应中。 安装 使用npm: npm install --save-prod @anvilco/apollo-server-plugin-introspection-metadata 使用纱: yarn add @anvilco/apollo-server-plugin-introspection-metadata 用法 考虑以下示例GraphQL SDL: type MyType { myField ( myArg : String ): String } type Query { myQuery ( myArg : String ): String } type
【文件预览】:
apollo-server-plugin-introspection-metadata-main
----package.json(1KB)
----babel.config.json(215B)
----.yarnrc(50B)
----test()
--------src()
--------.eslintrc.js(617B)
--------mocha-setup.js(177B)
--------mocha-environment.js(259B)
--------mocha-config.js(390B)
----LICENSE(1KB)
----src()
--------index.js(9KB)
----.npmignore(71B)
----.eslintrc.js(9KB)
----.gitignore(35B)
----.npmrc(46B)
----README.md(5KB)
----yarn.lock(142KB)