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