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