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