Type Alias: ConnectionMetadata
ConnectionMetadata =
Readonly<{args?:FateRecord;field:string;hash?:string;key:string;owner:EntityId;procedure:string;root?:boolean;type:string; }>
Defined in: packages/fate/src/types.ts:73
Metadata stored alongside connection results to power pagination and cache updates.