Skip to main content

ActQuotesWhereWhereConditionsRelation

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

input ActQuotesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: ActQuotesWhereWhereConditions
}

Fields

ActQuotesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

ActQuotesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

ActQuotesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

ActQuotesWhereWhereConditionsRelation.condition ● ActQuotesWhereWhereConditions input

Additional condition logic.

Member Of

ActQuotesWhereWhereConditions input