RootIncludeOptions: IncludeOptionsWithMap & {
    includeNames?: readonly string[];
    model: ModelStatic;
}

The root include options used when grouping JOINed rows. Root must always have a model.

Type declaration

  • OptionalincludeNames?: readonly string[]

    List of include names in resolution order; used by model building.

  • model: ModelStatic

    The root model for the query.