TaskEasementsWhereWhereConditions
Dynamic WHERE conditions for the where
argument of the query easements
.
input TaskEasementsWhereWhereConditions {
column: EasementsWhereColumns
operator: SQLOperator
value: Mixed
AND: [TaskEasementsWhereWhereConditions!]
OR: [TaskEasementsWhereWhereConditions!]
HAS: TaskEasementsWhereWhereConditionsRelation
}
Fields
TaskEasementsWhereWhereConditions.column
● EasementsWhereColumns
enum
The column that is used for the condition.
TaskEasementsWhereWhereConditions.operator
● SQLOperator
enum
The operator that is used for the condition.
TaskEasementsWhereWhereConditions.value
● Mixed
scalar
The value that is used for the condition.
TaskEasementsWhereWhereConditions.AND
● [TaskEasementsWhereWhereConditions!]
list input
A set of conditions that requires all conditions to match.
TaskEasementsWhereWhereConditions.OR
● [TaskEasementsWhereWhereConditions!]
list input
A set of conditions that requires at least one condition to match.
TaskEasementsWhereWhereConditions.HAS
● TaskEasementsWhereWhereConditionsRelation
input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
TaskEasementsWhereWhereConditions
input ● TaskEasementsWhereWhereConditionsRelation
input