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