Skip to main content

QuoteStructuresWhereWhereConditionsRelation

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

input QuoteStructuresWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QuoteStructuresWhereWhereConditions
}

Fields

QuoteStructuresWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

QuoteStructuresWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

QuoteStructuresWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

QuoteStructuresWhereWhereConditionsRelation.condition ● QuoteStructuresWhereWhereConditions input

Additional condition logic.

Member Of

QuoteStructuresWhereWhereConditions input