Replies: 1 comment
-
Currently no. You can only get the value of each field like selecting fields in GraphQL Operation syntax |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to navigate the data in the mock store, but this is practically impossible because any access to the store with
store.get
returns a ref object.Is there a way to view the store graph, or any other way of inspecting the store to navigate and access its parts more easily?
Beta Was this translation helpful? Give feedback.
All reactions