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