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