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