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
* If `true`, the mutation's `data` property is not updated with the mutation's result.
468
+
* If `true`:
469
+
*
470
+
* - The initial state update (setting loading to true) is skipped
471
+
* - The success state update (setting data and setting loading to false) is skipped
472
+
* - Error updates will still occur
469
473
*
470
474
* The default value is `false`.
471
475
*
476
+
* This option is useful when you want to execute a mutation but don't need to track its progress or result in the UI, potentially improving performance by reducing re-renders.
0 commit comments