Twitter-Clone-GraphQL-后端:使用GraphQL的简单CRUD

时间:2024-02-25 19:31:02
【文件属性】:

文件名称:Twitter-Clone-GraphQL-后端:使用GraphQL的简单CRUD

文件大小:126KB

文件格式:ZIP

更新时间:2024-02-25 19:31:02

graphql twitter es6 bleeding-edge ES6JavaScript

GraphQL-Twitter克隆 要运行此graphql服务器,您需要: 克隆repo git clone 运行yarn或npm install 运行yarn watch或yarn build && yarn update-scehma && yarn start 然后转到: http://localhost:5000/graphql 可以进行的查询和变异: 查询 询问 描述 users 返回一堆用户 user 返回特定的用户 tweets 返回一堆推文 tweet 返回特定的tweet 变异 询问 描述 TweetAdd 添加新的推文 TweetEdit 在推文中编


【文件预览】:
Twitter-Clone-GraphQL-Backend-master
----.gitignore(247B)
----.babelrc(48B)
----Dockerfile(183B)
----.env.example(108B)
----.flowconfig(39B)
----.eslintrc(295B)
----package.json(2KB)
----repl.js(2KB)
----data()
--------schema.graphql(3KB)
--------schema.json(70KB)
----src()
--------app.js(2KB)
--------interface()
--------model()
--------connection()
--------index.js(472B)
--------__tests__()
--------config.js(741B)
--------loader()
--------auth.js(566B)
--------schema.js(235B)
--------type()
--------TypeDefinition.js(220B)
--------mutation()
--------database.js(485B)
----LICENSE.md(1KB)
----.nvmrc(6B)
----docker-compose.test.yml(343B)
----.env(108B)
----flow-typed()
--------npm()
----docker-compose.yml(424B)
----scripts()
--------updateSchema.js(1KB)
----README.md(1KB)
----circle.yml(135B)
----repl()
--------nodemon.json(27B)
----test()
--------helper.js(2KB)
--------mongooseConnection.js(590B)
----yarn.lock(169KB)

网友评论