Skip to main content

QueryCoordinationsHasTagsWhereHasConditions

Dynamic WHERE conditions for the hasTags argument of the query coordinations.

input QueryCoordinationsHasTagsWhereHasConditions {
column: QueryCoordinationsHasTagsColumn
operator: SQLOperator
value: Mixed
AND: [QueryCoordinationsHasTagsWhereHasConditions!]
OR: [QueryCoordinationsHasTagsWhereHasConditions!]
HAS: QueryCoordinationsHasTagsWhereHasConditionsRelation
}

Fields

QueryCoordinationsHasTagsWhereHasConditions.column ● QueryCoordinationsHasTagsColumn enum

The column that is used for the condition.

QueryCoordinationsHasTagsWhereHasConditions.operator ● SQLOperator enum

The operator that is used for the condition.

QueryCoordinationsHasTagsWhereHasConditions.value ● Mixed scalar

The value that is used for the condition.

QueryCoordinationsHasTagsWhereHasConditions.AND ● [QueryCoordinationsHasTagsWhereHasConditions!] list input

A set of conditions that requires all conditions to match.

QueryCoordinationsHasTagsWhereHasConditions.OR ● [QueryCoordinationsHasTagsWhereHasConditions!] list input

A set of conditions that requires at least one condition to match.

QueryCoordinationsHasTagsWhereHasConditions.HAS ● QueryCoordinationsHasTagsWhereHasConditionsRelation input

Check whether a relation exists. Extra conditions or a minimum amount can be applied.

Member Of

coordinations query ● QueryCoordinationsHasTagsWhereHasConditions input ● QueryCoordinationsHasTagsWhereHasConditionsRelation input