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
My cached object has data({"path":"$.caption.text"}) key with text value in it.
I can't access it using readField('data({"path":"$.caption.text"})', item)
The other fields like id or created_at are accessible.
The text was updated successfully, but these errors were encountered:
Doing it this way will automatically reuse the same logic that originally serialized the arguments, so you don't have to worry about doing any serialization or string manipulation yourself.
This ReadFieldOptions API was first implemented in #6306, and released in @apollo/[email protected], so it's safe to use with any version of AC3.
My cached object has
data({"path":"$.caption.text"})
key with text value in it.I can't access it using
readField('data({"path":"$.caption.text"})', item)
The other fields like id or created_at are accessible.
The text was updated successfully, but these errors were encountered: