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
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: () => {...} }