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 need to prevent any caching on any query or mutations, I want to execute all operations each time. I disabled cache on DataLoader by batchingOptions: {dataLoaderOptions: {cache:false}}
But memoization is on another level and I can't see any options for disabling it.
Can I configure stitching according to my needs?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I need to prevent any caching on any query or mutations, I want to execute all operations each time. I disabled cache on DataLoader by
batchingOptions: {dataLoaderOptions: {cache:false}}
But memoization is on another level and I can't see any options for disabling it.
Can I configure stitching according to my needs?
Beta Was this translation helpful? Give feedback.
All reactions