文件名称:join-monster-graphql-tools-adapter:使用Join Monster通过Apollo Server获取数据
文件大小:66KB
文件格式:ZIP
更新时间:2024-02-20 15:36:06
graphql data schema sql apollo
加入Monster GraphQL工具适配器 通过Apollo 服务器软件包使用SQL生成和查询批处理功能。 这个包是做什么用的? 假设您有一个用于论坛网站的GraphQL架构,该架构是使用定义的,如下所示: const typeDefs = ` type Comment { id: Int!, body: String!, postId: Int, authorId: Int, archived: Boolean } type Post { id: Int!, body: String!, authorId: Int, numComments: Int!, comments: [Comment] } type User { id: Int!, email: String!, fullName: String!, favNums: [Int], posts: [Post] } type Query { user(id: Int!): User } ` module . exports = typeDefs 使用参考实
【文件预览】:
join-monster-graphql-tools-adapter-master
----db()
--------test1-data.sl3(40KB)
----.eslintrc.js(302B)
----src()
--------index.test.js(3KB)
--------__snapshots__()
--------index.js(1KB)
----.prettierrc(30B)
----README.md(4KB)
----package-lock.json(240KB)
----package.json(1KB)