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