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
Seems in the new version of apollo-client, the FetchPolicy interface is no longer contains cache-and-network option so react-apollo-hooks throws error when I use fetchPolicy: cache-and-network with useQuery.
Seems in the new version of apollo-client, the
FetchPolicy
interface is no longer containscache-and-network
option so react-apollo-hooks throws error when I usefetchPolicy: cache-and-network
withuseQuery
.https://github.com/apollographql/apollo-client/blob/bd7dc77e1cf897a74d86d2e8728daf37af8b5e3c/packages/apollo-client/src/core/watchQueryOptions.ts#L18
The text was updated successfully, but these errors were encountered: