Replies: 1 comment
-
with |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have two web pages: one that displays all
products
and another that allows you toupload
a new product.Usually,
refetchQueries
are triggered automatically when I add a new product, but this only happens if the products were cached previously (meaning the products page was visited before the upload page).However, if I upload a new product without first visiting the ‘All Products’ page (meaning no data is cached),
refetchQueries
does not trigger.Beta Was this translation helpful? Give feedback.
All reactions