Skip to main content

ContactInvoicesWhereWhereConditionsRelation

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

input ContactInvoicesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ContactInvoicesWhereWhereConditions
}

Fields

ContactInvoicesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ContactInvoicesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ContactInvoicesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ContactInvoicesWhereWhereConditionsRelation.condition ● ContactInvoicesWhereWhereConditions input

Additional condition logic.

Member Of

ContactInvoicesWhereWhereConditions input