Skip to main content

InvoiceSpecificationsWhereWhereConditionsRelation

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

input InvoiceSpecificationsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: InvoiceSpecificationsWhereWhereConditions
}

Fields

InvoiceSpecificationsWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

InvoiceSpecificationsWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

InvoiceSpecificationsWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

InvoiceSpecificationsWhereWhereConditionsRelation.condition ● InvoiceSpecificationsWhereWhereConditions input

Additional condition logic.

Member Of

InvoiceSpecificationsWhereWhereConditions input