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