Skip to content
Discussion options

You must be logged in to vote

Ok, so are you using the default cache or Graphcache? And is this rendering as you expect?

<h1>Account {data?.currentUser ? data?.currentUser?.email : ''}</h1>

If it is then you may have a cache hit depending on your cache. Maybe the request has already been fulfilled before? Maybe if you're using Graphcache then the fields are already cached?

The urql-devtools could help you understand the condition, but I don't really have enough context to explain what exactly your app is querying here

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@addstar34
Comment options

Answer selected by addstar34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants