Skip to main content

InvoiceStructuresWhereWhereConditionsRelation

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

input InvoiceStructuresWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: InvoiceStructuresWhereWhereConditions
}

Fields

InvoiceStructuresWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

InvoiceStructuresWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

InvoiceStructuresWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

InvoiceStructuresWhereWhereConditionsRelation.condition ● InvoiceStructuresWhereWhereConditions input

Additional condition logic.

Member Of

InvoiceStructuresWhereWhereConditions input