TanStackT
TanStack3y ago
19 replies
dry-scarlet

set default `exact` option

Hey!
for most of my use-cases, I wanna do
refetchQueries({ queryKey: [ /* ... */ ], exact: true });


is there a way for me to set exact: true by default across the board? instead of setting separately?
couldn't find a way to do it by myself
Was this page helpful?