当前位置:   article > 正文

Postman 执行Graphql mutation_postmanmutation

postmanmutation

Postman 执行Graphql mutation

  1. mutation {
  2. commissionScheduleMassAssign
  3. (input:
  4. {
  5. commissionScheduleId: "Q29tbWlzc2lvblNjaGVkdWxlLTI5MDc2",
  6. agents: [
  7. {
  8. agentId: "QWdlbnQtODcxOA==",
  9. default: false,
  10. endDate: "2021-12-23T04:00:00.000Z",
  11. startDate: "2021-12-14T04:00:00.000Z"
  12. }
  13. ]
  14. }
  15. ){
  16. errors {
  17. count
  18. hasErrors
  19. fullMessages
  20. errorMessages
  21. }
  22. commissionSchedule {
  23. id
  24. name
  25. }
  26. }
  27. }

 

参考:GraphQL: Using Postman with Examples - Dgraph Blog

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/141668
推荐阅读
相关标签
  

闽ICP备14008679号