Relay mutation is not resolving synchronously in test

后端 未结 0 354
Happy的楠姐
Happy的楠姐 2021-01-13 06:25

I have the following code essentially.

// MyComponent.js
const myMutation = graphql`
  mutation myMutation($input: MyInput!) {
    doMyMutation(input: $input)         


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