文件名称:graphql-directive-default:GraphQL指令,用于将默认值应用于可为空的字段
文件大小:90KB
文件格式:ZIP
更新时间:2024-03-04 19:02:40
TypeScript
GraphQL @default指令 新TypeScript库的快速入门模板 安装 npm i @codexteam/graphql-directive-default # OR via yarn yarn add @codexteam/graphql-directive-default 如何使用 导入库 import createDirectiveDefault from '@codexteam/graphql-directive-default' ; 将指令添加到schemaTransforms const schema = makeExecutableSchema ( { typeDefs , resolvers , schemaTransforms : [ createDirectiveDefault ( ) . schemaTransf
【文件预览】:
graphql-directive-default-main
----.eslintrc(138B)
----package.json(857B)
----.github()
--------workflows()
----tests()
--------index.test.ts(4KB)
----LICENSE(1KB)
----jest.config.ts(6KB)
----src()
--------getTypeName.ts(395B)
--------index.ts(3KB)
----.npmignore(50B)
----tsconfig.json(6KB)
----.gitignore(2KB)
----README.md(2KB)
----yarn.lock(195KB)
----.editorconfig(204B)
----tsconfig.build.json(96B)