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