graphql-express-mongo-starter:使用graphql的简单express + mongodb服务器具有查询语言

时间:2024-05-21 11:03:37
【文件属性】:

文件名称:graphql-express-mongo-starter:使用graphql的简单express + mongodb服务器具有查询语言

文件大小:75KB

文件格式:ZIP

更新时间:2024-05-21 11:03:37

TypeScript

Apollo服务器* Express * MongoDB * TS Starter 先决条件 v8 优先 首选 入门 git clone +回购网址 cd回购 yarn安装节点包 启动服务器 yarn dev启动开发服务器 yarn start -启动生产服务器 运行eslint-查找棉绒错误 yarn lint GraphQL游乐场查询和突变 变异 报名 mutation signup($input: CreateUserInput!) { signup(input: $input) { _id username token createdAt updatedAt } } ### Query Variables { "input": { "firstname": "Afeez", "lastname": "Jerr


【文件预览】:
graphql-express-mongo-starter-master
----yarn.lock(170KB)
----src()
--------utils.ts(2KB)
--------index.ts(2KB)
--------config()
--------api()
--------db.ts(362B)
----tsconfig.json(218B)
----LICENSE(1KB)
----tslint.json(3KB)
----README.md(2KB)
----.gitignore(22B)
----package.json(2KB)

网友评论