(
mutationKey: MaybeRefDeep<MutationKey>,
)
| 599 | } |
| 600 | |
| 601 | getMutationDefaults( |
| 602 | mutationKey: MaybeRefDeep<MutationKey>, |
| 603 | ): MutationObserverOptions<any, any, any, any> { |
| 604 | return super.getMutationDefaults(cloneDeepUnref(mutationKey)) |
| 605 | } |
| 606 | } |
no test coverage detected