1. 首页
  2. 数据库
  3. 其它
  4. join monster graphql tools adapter:使用Join Monster通过Apollo Server获取数据 源码

join monster graphql tools adapter:使用Join Monster通过Apollo Server获取数据 源码

上传者: 2021-02-02 00:05:31上传 ZIP文件 65.93KB 热度 18次
加入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
用户评论