SpecificationInvoicesWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where argument of the query invoices.
input SpecificationInvoicesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: SpecificationInvoicesWhereWhereConditions
}
Fields
SpecificationInvoicesWhereWhereConditionsRelation.relation ● String! non-null scalar
The relation that is checked.
SpecificationInvoicesWhereWhereConditionsRelation.operator ● SQLOperator enum
The comparison operator to test against the amount.
SpecificationInvoicesWhereWhereConditionsRelation.amount ● Int scalar
The amount to test.
SpecificationInvoicesWhereWhereConditionsRelation.condition ● SpecificationInvoicesWhereWhereConditions input
Additional condition logic.