静态类型的graphql:创建没有类型安全性妥协的graphql后端 源码
欢迎使用@ statically-typed-graphql :waving_hand: 在TypeScript中使用零类型安全妥协创建代码优先的graphql后端。 :warning_selector: 免责声明:这是一个非常年轻且不稳定的库。 我们仍然在v0 。 我们有一个非常强大的核心,但一切都会随时更改。 安装 npm install @statically-typed-graphql/core :warning_selector: graphql是对等依赖项 例子 转到目录以查看演示 快速开始 import { t , SchemaBuilder } from '@statically-typed-graphql/core' ; import { ApolloServer } from 'apollo-server-express' ; import express from 'express' ; const Membership = t . enum
文件列表
statically-typed-graphql-master.zip
(预估有个38文件)
statically-typed-graphql-master
package.json
471B
package-lock.json
370KB
lerna.json
63B
.eslintrc.js
869B
tsconfig.json
449B
.gitignore
3KB
.prettierrc.js
114B
README.md
18KB
packages
暂无评论