Description
Continuing from what was mentioned in #980:
The query key function is strict for now, we could make it partial if needed
We would like to see support for non-strict version, as we may be invalidating a query in another part of the app that doesn't know of the callers options, but just wants the query to be invalidated
Obviously not a blocker as we can always just go to declaration and figure out how to do it manually but still
Description
Continuing from what was mentioned in #980:
We would like to see support for non-strict version, as we may be invalidating a query in another part of the app that doesn't know of the callers options, but just wants the query to be invalidated
Obviously not a blocker as we can always just go to declaration and figure out how to do it manually but still