PropertyExpensesWhereWhereConditions
Dynamic WHERE conditions for the where argument of the query expenses.
input PropertyExpensesWhereWhereConditions {
column: ExpensesWhereColumns
operator: SQLOperator
value: Mixed
AND: [PropertyExpensesWhereWhereConditions!]
OR: [PropertyExpensesWhereWhereConditions!]
HAS: PropertyExpensesWhereWhereConditionsRelation
}
Fields
PropertyExpensesWhereWhereConditions.column ● ExpensesWhereColumns enum
The column that is used for the condition.
PropertyExpensesWhereWhereConditions.operator ● SQLOperator enum
The operator that is used for the condition.
PropertyExpensesWhereWhereConditions.value ● Mixed scalar
The value that is used for the condition.