Hi there! I was wondering if there is a way to access to a specific page query from Global.
I'm now trying to trigger quieres if you click on the tab of your current page (for example: while being in "Stores" I click in the navigation "Stores", in order to reload the query getStores)
Hi @Carlos_Hidalgo, great question!
There is currently no way to access a specific page query from Global.
From our doc on Multipage Apps:
"Page-scoped code and components can only be referenced within the same page."
We'll share any updates if there's movement toward changing the scope of queries across pages. On the meantime, could you expand a bit more on your use case?
Is getStores
a page specific query that we are trying to trigger from another page?
1 Like