Patch cache
patch_cacheApply declarative modifications or evictions to an Apollo cache with optional garbage collection and dry-run validation, returning the patched store.
Instructions
Apply declarative repairs (modify / evict, optional gc) to a serialized cache and return the patched store. Set dryRun to validate the operations without changing anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gc | No | ||
| cache | Yes | ||
| dryRun | No | ||
| operations | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cache | Yes | ||
| dryRun | Yes | ||
| results | Yes | ||
| collected | Yes |