文件名称:graphql-blog:使用Node.js,Express和MongoDB的GraphQL博客
文件大小:102KB
文件格式:ZIP
更新时间:2024-05-31 06:58:10
graphql nyc coveralls mocha mongodb
GraphQL-MongoDB博客 使用Express,MongoDB和Mongoose的Node.js中的GraphQL博客。 开始吧 $ npm install $ npm start 要求 参考 变异与查询 变异:添加用户 curl -X POST -H "Content-Type: application/json" -H "Cache-Control: no-cache" -H "Postman-Token: c77d5e4f-5bc9-f897-a458-525fd72ea7d6" -d '{ "query": "mutation ($data: UserInput!) { addUser(data: $data) }", "variables": { "data": { "firstName": "Mohammed",
【文件预览】:
graphql-blog-master
----.travis.yml(209B)
----.babelrc(71B)
----config()
--------production.json(23B)
--------test.json(23B)
--------development.json(23B)
----package.json(2KB)
----.eslintrc.json(460B)
----test()
--------user-queries.spec.js(1KB)
----Dockerfile(279B)
----LICENSE(17KB)
----package-lock.json(471KB)
----src()
--------models()
--------index.js(675B)
--------graphql()
----docker-compose.yml(167B)
----.gitignore(944B)
----README.md(20KB)
----.editorconfig(479B)