-
Pretty much the title. Do you return those as the response in the shadow endpoint just manually or is there a smarter way? I need to access them often in the client and cannot rely on |
Beta Was this translation helpful? Give feedback.
Answered by
mrkishi
Feb 26, 2022
Replies: 1 comment 5 replies
-
I guess it depends on what you need it for. If it's for something exclusively on the client, you could use the |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
ignatiusmb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess it depends on what you need it for. If it's for something exclusively on the client, you could use the
page
store instead.