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
* @deprecated Returning values from mutation handlers is deprecated. Use collection utilities (refetch, awaitTxId, etc.) for sync coordination. This signature will be removed in v1.0.
632
-
*/
633
-
InsertMutationFn<T,TKey,TUtils,TReturn>
634
-
)
629
+
/**
630
+
* @deprecated Returning values from mutation handlers is deprecated. Use collection utilities (refetch, awaitTxId, etc.) for sync coordination. This signature will be removed in v1.0.
631
+
*/
632
+
|InsertMutationFn<T,TKey,TUtils,TReturn>
635
633
636
634
/**
637
635
* Optional asynchronous handler function called before an update operation
* @deprecated Returning values from mutation handlers is deprecated. Use collection utilities (refetch, awaitTxId, etc.) for sync coordination. This signature will be removed in v1.0.
694
-
*/
695
-
UpdateMutationFn<T,TKey,TUtils,TReturn>
696
-
)
689
+
/**
690
+
* @deprecated Returning values from mutation handlers is deprecated. Use collection utilities (refetch, awaitTxId, etc.) for sync coordination. This signature will be removed in v1.0.
691
+
*/
692
+
|UpdateMutationFn<T,TKey,TUtils,TReturn>
697
693
/**
698
694
* Optional asynchronous handler function called before a delete operation
* @deprecated Returning values from mutation handlers is deprecated. Use collection utilities (refetch, awaitTxId, etc.) for sync coordination. This signature will be removed in v1.0.
754
-
*/
755
-
DeleteMutationFn<T,TKey,TUtils,TReturn>
756
-
)
747
+
/**
748
+
* @deprecated Returning values from mutation handlers is deprecated. Use collection utilities (refetch, awaitTxId, etc.) for sync coordination. This signature will be removed in v1.0.
749
+
*/
750
+
|DeleteMutationFn<T,TKey,TUtils,TReturn>
757
751
758
752
/**
759
753
* Specifies how to compare data in the collection.
0 commit comments