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