Entity

    Type Alias EntityCompositeField<TFields>

    EntityCompositeField: readonly (keyof TFields)[]

    A composite field is an unordered set of fields by which entities can be loaded in a batched and (optionally) cached manner akin to how normal fieldName loads are batched and (optionally) cached.

    Type Parameters

    • TFields extends Record<string, any>
    MMNEPVFCICPMFPCPTTAAATR