PropertyInvoicesWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where argument of the query invoices.
input PropertyInvoicesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: PropertyInvoicesWhereWhereConditions
}
Fields
PropertyInvoicesWhereWhereConditionsRelation.relation ● String! non-null scalar
The relation that is checked.
PropertyInvoicesWhereWhereConditionsRelation.operator ● SQLOperator enum
The comparison operator to test against the amount.
PropertyInvoicesWhereWhereConditionsRelation.amount ● Int scalar
The amount to test.
PropertyInvoicesWhereWhereConditionsRelation.condition ● PropertyInvoicesWhereWhereConditions input
Additional condition logic.