Skip to main content

ProjectSpecificationsWhereWhereConditions

Dynamic WHERE conditions for the where argument of the query specifications.

input ProjectSpecificationsWhereWhereConditions {
column: SpecificationsWhereColumns
operator: SQLOperator
value: Mixed
AND: [ProjectSpecificationsWhereWhereConditions!]
OR: [ProjectSpecificationsWhereWhereConditions!]
HAS: ProjectSpecificationsWhereWhereConditionsRelation
}

Fields

ProjectSpecificationsWhereWhereConditions.column ● SpecificationsWhereColumns enum

The column that is used for the condition.

ProjectSpecificationsWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

ProjectSpecificationsWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

ProjectSpecificationsWhereWhereConditions.AND ● [ProjectSpecificationsWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

ProjectSpecificationsWhereWhereConditions.OR ● [ProjectSpecificationsWhereWhereConditions!] list input

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

ProjectSpecificationsWhereWhereConditions.HAS ● ProjectSpecificationsWhereWhereConditionsRelation input

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

Member Of

ProjectSpecificationsWhereWhereConditions input ● ProjectSpecificationsWhereWhereConditionsRelation input