Skip to main content

PropertyExpensesWhereWhereConditionsRelation

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

input PropertyExpensesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: PropertyExpensesWhereWhereConditions
}

Fields

PropertyExpensesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

PropertyExpensesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

PropertyExpensesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

PropertyExpensesWhereWhereConditionsRelation.condition ● PropertyExpensesWhereWhereConditions input

Additional condition logic.

Member Of

PropertyExpensesWhereWhereConditions input