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