-
graphql-blog:使用Node.js,Express和MongoDB的GraphQL博客下载
资源介绍
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",