graphqlEx:使用Apollo + Postgres进行graphql集成 源码
graphqlEx 使用Apollo + Postgres进行graphql集成 此代码回购将帮助您 定义一个代表数据集结构的GraphQL模式 运行Apollo Server实例,使您可以对架构执行查询 依存关系 apollo-server-express:提供Express和Apollo GraphQL服务器之间的直接连接。 graphql:是用于构建GraphQL模式并对其执行查询的库。 sequelize:用于Postgres的Node.js ORM,我们将使用它来促进与数据库通信的工作。 bcrypt:它将用于哈希我们的密码。 express和express-jwt:Express框架本身以及用于通过jsonwebtoken模块验证JWT(JSON Web令牌)的中间件。 例子
文件列表
graphqlEx-main.zip
(预估有个14文件)
graphqlEx-main
resolvers.js
2KB
models
user.js
536B
index.js
986B
migrations
20210304081638-create-user.js
649B
.vscode
launch.json
488B
constants.js
77B
暂无评论