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