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
I am looking for a way to simply control when I fetch data - without subscriptions.
Right now, it seems that I have to do a full page reload to get any new data.
Hence my question: Is it possible to refetch the query from within a template?
I am looking for a way to simply control when I fetch data - without subscriptions.
Right now, it seems that I have to do a full page reload to get any new data.
Hence my question: Is it possible to refetch the query from within a template?
Something like http://dev.apollodata.com/react/receiving-updates.html#refetch
The text was updated successfully, but these errors were encountered: