Interface QueryRelationshipInfo<T>

Type Parameters

  • T extends object = Record<string, unknown>

Hierarchy

  • QueryRelationshipInfo

Properties

done: boolean
entityTypeName?: string
nextRecordsUrl?: null | string
queryLocator?: null | string
records: (T & {
    attributes: QueryRecordAttributes;
})[]
size?: number
totalSize: number