graphql typescript:使用类型化类定义和构建GraphQL模式 源码
graphql型脚本 使用类型化类定义和构建GraphQL模式 import { Type , Field , Nullable , Mutation , String , Boolean , Int , makeSchema } from 'graphql-typescript' @ Type class Query { @ Field ( ( ) => Box ) box : Box } class UnboxArguments { @ Field ( ( ) => [ String ] ) tools : string [ ] } @ Type class Box { @
文件列表
graphql-typescript-master.zip
(预估有个35文件)
graphql-typescript-master
.gitignore
52B
package.json
1KB
tslint.json
297B
src
storage.ts
357B
metadata
TypeMetadata.ts
968B
ArgumentMetadata.ts
785B
FieldMetadata.ts
2KB
暂无评论