AutoBE
    Preparing search index...

    Condition on a related entity.

    interface Relation {
        path: AutoBeRealizePathSegment[];
        quantifier: "is" | "isNot" | "some" | "every" | "none";
        type: "relation";
        where: AutoBeRealizeQueryPredicate;
    }
    Index

    Properties

    Relation path being constrained.

    quantifier: "is" | "isNot" | "some" | "every" | "none"

    Relation quantifier.

    is / isNot for to-one relations; some / every / none for to-many relations.

    type: "relation"

    Condition applied to the related entity.