ResolutionCacheData interface

One type's entry in the resolution cache.

Signature:

export interface ResolutionCacheData 

Properties

Property

Modifiers

Type

Description

calls

ResolutionCallsMap

The calls already made for this type, so an identical one is not repeated.

data

ResolutionCacheDataMap

The objects of this type already in hand, keyed by id. Ids found here are dropped from a loader's filter, so nothing is fetched twice.

fields

any

The union of the fields every part of the request asked of this type. Merging them means a type reached from several directions is fetched with one field set wide enough for all of them, rather than once per caller.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.