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