change default refetchType
when doing
invalidateQueries, one can change the refetchType.
If i always want to do refetchType: "all", is there a way to set it to be the default?2 Replies
xenial-black•3y ago
you can use
refetchQueries instead ?correct-apricotOP•3y ago
Legit, thanks