Inspect dangling refs
inspect_dangling_refsDetect dangling references, unreachable entities, and unnormalized objects in Apollo InMemoryCache data. Get a read-only audit to guide repair planning.
Instructions
Audit a serialized Apollo InMemoryCache (cache.extract() output) for dangling __refs, unreachable entities, and objects Apollo could not normalize. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cache | Yes | ||
| rootIds | No | ||
| includeUnreachable | No | ||
| includeNormalizationGaps | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stats | Yes | ||
| findings | Yes |