Skip to content

Commit f2e4564

Browse files
committed
fix: update mutation name for deleting archived notifications
1 parent b8c2f0e commit f2e4564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/helpers/apollo-cache/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const defaultCacheConfig: InMemoryCacheConfig = {
185185
return incoming;
186186
},
187187
},
188-
deleteAllNotifications: {
188+
deleteArchivedNotifications: {
189189
merge(_, incoming, { cache }) {
190190
cache.evict({ fieldName: 'notifications' });
191191
cache.gc();

0 commit comments

Comments
 (0)