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
If I query an index, followed by a query of a specific record, Apollo Client does not recognize that the specific record is already present in my state.apollo.data. Instead of using the cached data, a full GraphQL request is made.
Is this expected behavior? If so, is there a different way to configure Apollo Client to recognize that the data is already fetched, and to use that data instead of requesting new data?
If I query an index, followed by a query of a specific record, Apollo Client does not recognize that the specific record is already present in my
state.apollo.data
. Instead of using the cached data, a full GraphQL request is made.Is this expected behavior? If so, is there a different way to configure Apollo Client to recognize that the data is already fetched, and to use that data instead of requesting new data?
Here is the specific JSON from my store state.
state.apollo.data
state.apollo.queries
Thank you!
The text was updated successfully, but these errors were encountered: