Closed jovanbaj closed 3 years ago
Since onCompleted did not work in mutation hook, I have added it as an option in MutationHookOptions. I have changed the type of onCompleted to Result type, as it is in a regular query hook.
Result
Looks great, thanks!
Since onCompleted did not work in mutation hook, I have added it as an option in MutationHookOptions. I have changed the type of onCompleted to
Result
type, as it is in a regular query hook.