文件名称:graphql-example:GraphQL示例项目
文件大小:33KB
文件格式:ZIP
更新时间:2024-02-20 20:48:47
nodejs graphql babel jest objectionjs
GraphQL示例 示例项目展示了使用GraphQL API时要考虑的常见问题 请在查看文章 二手核心库 项目展示 GraphQL服务器设置 高级标量数据类型 拆分方案 认证与授权 验证方式 N + 1个查询 安全 整合测试
【文件预览】:
graphql-example-master
----.gitignore(54B)
----.babelrc(395B)
----package.json(2KB)
----src()
--------api()
--------app.js(2KB)
--------services()
--------models()
--------utils()
--------dataloaders()
----.eslintrc.js(881B)
----README.md(769B)
----tests()
--------api()
--------utils()
----migrations()
--------0002_create_books_table.js(855B)
--------0001_create_authors_table.js(692B)
--------0003_create_author_books_table.js(521B)
--------0000_create_users_table.js(623B)
----seeds()
--------0000_test_users.js(1KB)
----knexfile.js(383B)