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