How can I transform a graphql request with two arguments to one with one argument?

前端 未结 0 2021
逝去的感伤
逝去的感伤 2021-01-03 15:49

I have a graphql mutation that looks like this:

mutation ($entityId: ID!, $reviewId: ID!) {
  removeReview (entityId: $         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题