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