| 42 | // TYPES |
| 43 | |
| 44 | interface QueryDefaults { |
| 45 | queryKey: QueryKey |
| 46 | defaultOptions: QueryOptions<any, any, any> |
| 47 | } |
| 48 | |
| 49 | interface MutationDefaults { |
| 50 | mutationKey: MutationKey |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…