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