Skip to main content

ContractInvoicesWhereWhereConditionsRelation

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

input ContractInvoicesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ContractInvoicesWhereWhereConditions
}

Fields

ContractInvoicesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ContractInvoicesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ContractInvoicesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ContractInvoicesWhereWhereConditionsRelation.condition ● ContractInvoicesWhereWhereConditions input

Additional condition logic.

Member Of

ContractInvoicesWhereWhereConditions input