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
Is your feature request related to a problem? Please describe.
With the new major version @apollo/client 3 a new configuration parameter nextFetchPolicy was introduced and the behaviour of fetchPolicy has changed. To get similar behavior for cache-and-network as in the prior version it is necessary to set nextFetchPolicy: 'cache-only'.
Describe the solution you'd like
Support the new configuration parameter nextFetchPolicy as a prop for ApolloQuery.
Is your feature request related to a problem? Please describe.
With the new major version @apollo/client 3 a new configuration parameter
nextFetchPolicy
was introduced and the behaviour offetchPolicy
has changed. To get similar behavior forcache-and-network
as in the prior version it is necessary to setnextFetchPolicy: 'cache-only'
.Describe the solution you'd like
Support the new configuration parameter
nextFetchPolicy
as a prop forApolloQuery
.Describe alternatives you've considered
Additional context
apollographql/apollo-client#6760 (comment)
The text was updated successfully, but these errors were encountered: