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
I don't know if this is a known issue, I don't even know if it is an issue but I found that when you use LazyQuery in the following way, it never read the cache, even when you put a fetchPolicy: 'cache-only'.
Example: (I initially did this because I needed to fetch the userEmail to use it as a variable)
@patchimou Can you try the latest v3.6 beta by running npm i @apollo/client@beta when you have a chance? I believe PR #9564 will help here (if your issue is similar to #9375).
I don't know if this is a known issue, I don't even know if it is an issue but I found that when you use LazyQuery in the following way, it never read the cache, even when you put a
fetchPolicy: 'cache-only'
.Example: (I initially did this because I needed to fetch the userEmail to use it as a variable)
The text was updated successfully, but these errors were encountered: