文件名称:typescript-graphql-server:具有TypeScript的简单Graphql服务器
文件大小:54KB
文件格式:ZIP
更新时间:2024-02-24 11:26:31
graphql koa typescript apollo-server KoaTypeScript
带有TypeScript的GraphQL服务器 这是有关如何使用TypeScript创建GraphQL服务器的示例。 。 使用TypeScript,Koa和简单GraphQL。 它还提供了一个基本的文件结构,可将架构和解析器分离为不同的文件。 测试包括在内! 用法 要构建服务器: yarn build 要启动服务器: yarn start 要运行测试: yarn test
【文件预览】:
typescript-graphql-server-master
----.eslintrc.json(166B)
----.gitignore(55B)
----package.json(800B)
----src()
--------schema()
--------server.ts(2KB)
--------server.test.ts(315B)
--------queries()
----tsconfig.json(363B)
----README.md(594B)
----.eslintignore(17B)
----.editorconfig(465B)
----yarn.lock(116KB)