Skip to main content

InvoicePropertiesWhereWhereConditionsRelation

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

input InvoicePropertiesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: InvoicePropertiesWhereWhereConditions
}

Fields

InvoicePropertiesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

InvoicePropertiesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

InvoicePropertiesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

InvoicePropertiesWhereWhereConditionsRelation.condition ● InvoicePropertiesWhereWhereConditions input

Additional condition logic.

Member Of

InvoicePropertiesWhereWhereConditions input