Skip to main content

PropertyActsWhereWhereConditionsRelation

Dynamic HAS conditions for WHERE conditions for the where argument of the query acts.

input PropertyActsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: PropertyActsWhereWhereConditions
}

Fields

PropertyActsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

PropertyActsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

PropertyActsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

PropertyActsWhereWhereConditionsRelation.condition ● PropertyActsWhereWhereConditions input

Additional condition logic.

Member Of

PropertyActsWhereWhereConditions input