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