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
The contents field is the one flashing before disappearing, which makes me unable to use get that field when trying to update it. It does not have a key, so I've set it to null, just like the documentation suggests. I've been trying to fix this for some days now with no success, so I could really use some help with this one. Thanks in advance!
Edit: My goal is to update the tokens that are part of a FraudCase. These tokens are present in multiple queries in my app, so using inspectFields + updateQuery is not really an option. I'm trying to get the IDs of the tokens that are under a FraudCase so I could then use the writeFragment method. There might be a better way to do this that I don't know, so feel free to suggest something else
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all! So I'm having this issue in which a field disappears from the cache when using
graphcache
. The query I'm using is the following:The
contents
field is the one flashing before disappearing, which makes me unable to use get that field when trying to update it. It does not have a key, so I've set it to null, just like the documentation suggests. I've been trying to fix this for some days now with no success, so I could really use some help with this one. Thanks in advance!Edit: My goal is to update the tokens that are part of a
FraudCase
. These tokens are present in multiple queries in my app, so usinginspectFields
+updateQuery
is not really an option. I'm trying to get the IDs of the tokens that are under aFraudCase
so I could then use thewriteFragment
method. There might be a better way to do this that I don't know, so feel free to suggest something elseBeta Was this translation helpful? Give feedback.
All reactions