Skip to main content

QuerySpecificationTypesWhereWhereConditions

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

input QuerySpecificationTypesWhereWhereConditions {
column: SpecificationTypesWhereColumns
operator: SQLOperator
value: Mixed
AND: [QuerySpecificationTypesWhereWhereConditions!]
OR: [QuerySpecificationTypesWhereWhereConditions!]
HAS: QuerySpecificationTypesWhereWhereConditionsRelation
}

Fields

QuerySpecificationTypesWhereWhereConditions.column ● SpecificationTypesWhereColumns enum

The column that is used for the condition.

QuerySpecificationTypesWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

QuerySpecificationTypesWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

QuerySpecificationTypesWhereWhereConditions.AND ● [QuerySpecificationTypesWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

QuerySpecificationTypesWhereWhereConditions.OR ● [QuerySpecificationTypesWhereWhereConditions!] list input

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

QuerySpecificationTypesWhereWhereConditions.HAS ● QuerySpecificationTypesWhereWhereConditionsRelation input

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

Member Of

QuerySpecificationTypesWhereWhereConditions input ● QuerySpecificationTypesWhereWhereConditionsRelation input ● specificationTypes query