You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* To run a mutation, you first call `useWhitelistCommonMutation` within a React component and pass it any options that fit your needs.
1042
+
* When your component renders, `useWhitelistCommonMutation` returns a tuple that includes:
1043
+
* - A mutate function that you can call at any time to execute the mutation
1044
+
* - An object with fields that represent the current status of the mutation's execution
1045
+
*
1046
+
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
0 commit comments