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