Skip to main content

InvoiceContractsWhereWhereConditionsRelation

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

input InvoiceContractsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: InvoiceContractsWhereWhereConditions
}

Fields

InvoiceContractsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

InvoiceContractsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

InvoiceContractsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

InvoiceContractsWhereWhereConditionsRelation.condition ● InvoiceContractsWhereWhereConditions input

Additional condition logic.

Member Of

InvoiceContractsWhereWhereConditions input