Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CacheUpdates

Interface map mutation names to their respective update functions. Developers can write cache updates for individual views in form of object with keys referencing mutation names that are being used.

For example:

const taskUpdates = { createTask: () => {...} }

Hierarchy

  • CacheUpdates

Indexable

[key: string]: MutationUpdaterFn

Interface map mutation names to their respective update functions. Developers can write cache updates for individual views in form of object with keys referencing mutation names that are being used.

For example:

const taskUpdates = { createTask: () => {...} }

Generated using TypeDoc