We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920b47d commit 13a2decCopy full SHA for 13a2dec
packages/aws-appsync/src/deltaSync.ts
@@ -417,6 +417,7 @@ const effect = async <TCache extends NormalizedCacheObject>(
417
418
boundSaveSnapshot(store, client.cache);
419
420
+ client.initQueryManager();
421
const dataStore = client.queryManager.dataStore;
422
const enqueuedActionsFilter = [mutationsConfig.enqueueAction];
423
enquededMutations
0 commit comments