You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the initial implementation, returnPartialData and refetchWritePolicy were omitted from the accepted options type. Since these are supported options in useSuspenseQuery, we should support them in useBackgroundQuery.
One concern to be aware of is that the QueryReference type returned by the hook accounts for whether data is partial data or not.
Link to Reproduction
N/A
Reproduction Steps
No response
The text was updated successfully, but these errors were encountered:
jerelmiller
changed the title
[3.8 alpha] Support returnPartialData and refetchWritePolicy in useBackgroundQuery
[3.8 beta] Support returnPartialData and refetchWritePolicy in useBackgroundQueryJun 15, 2023
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
For general questions, we recommend using StackOverflow or our discord server.
Issue Description
In the initial implementation,
returnPartialData
andrefetchWritePolicy
were omitted from the accepted options type. Since these are supported options inuseSuspenseQuery
, we should support them inuseBackgroundQuery
.One concern to be aware of is that the
QueryReference
type returned by the hook accounts for whether data is partial data or not.Link to Reproduction
N/A
Reproduction Steps
No response
The text was updated successfully, but these errors were encountered: