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