graphql-node-api:节点+ GraphQL + JWT

时间:2024-05-18 08:19:14
【文件属性】:

文件名称:graphql-node-api:节点+ GraphQL + JWT

文件大小:118KB

文件格式:ZIP

更新时间:2024-05-18 08:19:14

nodejs graphql jwt typescript nodemon

TypeScript,GraphQL,JWT和MySQL 要求 运行此服务需要NodeJS 8+。 安装MySQL 然后: 启动开发服务器 运行npm install 运行npm run gulp 运行npm run dev 视觉界面 在浏览器中打开localhost:3000/GraphQL 环境变量 NODE_ENV指定要在其中运行应用程序的环境 JWT_SECRET -JWT加密的密钥 可用查询 使用者 query getUsersList($first: Int, $offset: Int) { users(first: $first, offset: $offset) { id name email createdAt posts { id title createdAt } } } 用户 query getUserById(


【文件预览】:
graphql-node-api-master
----package.json(2KB)
----gulpfile.js(665B)
----package-lock.json(275KB)
----src()
--------models()
--------config()
--------app.ts(736B)
--------graphql()
--------interfaces()
--------utils()
--------index.ts(433B)
--------middlewares()
----tsconfig.json(515B)
----.gitignore(87B)
----README.md(1KB)
----yarn.lock(157KB)

网友评论