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