文件名称:graphql-annotations:注释GraphQL模式
文件大小:70KB
文件格式:ZIP
更新时间:2024-06-02 08:20:43
JavaScript
图解注解 注释GraphQL模式 赞助商 金子 银 青铜 安装 npm i graphql-annotations 用法 注释解析 这是一个非常基本的示例,其中包含namespace (此处为'db' )和需要解析的description : const { parseAnnotations } = require ( 'graphql-annotations' ) const result = parseAnnotations ( 'db' , ` This is a description @db.length: 200 @db.foo: 'bar' @db.unique @db.index: { name: 'foo', type: 'string' } ` ) console . log ( result ) 这将输出一个包含注释的对象: { len
【文件预览】:
graphql-annotations-master
----package.json(950B)
----.github()
--------FUNDING.yml(62B)
----jest.config.js(69B)
----tests()
--------specs()
----LICENSE(1KB)
----src()
--------index.js(138B)
--------annotations()
----.eslintrc.js(318B)
----tsconfig.json(372B)
----.gitignore(870B)
----typings()
--------parseAnnotations.d.ts(90B)
--------stripAnnotations.d.ts(77B)
--------index.d.ts(108B)
----.circleci()
--------config.yml(504B)
----README.md(3KB)
----yarn.lock(158KB)
----.eslintignore(31B)