Skip to main content

StructureEasementsWhereWhereConditions

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

input StructureEasementsWhereWhereConditions {
column: EasementsWhereColumns
operator: SQLOperator
value: Mixed
AND: [StructureEasementsWhereWhereConditions!]
OR: [StructureEasementsWhereWhereConditions!]
HAS: StructureEasementsWhereWhereConditionsRelation
}

Fields

StructureEasementsWhereWhereConditions.column ● EasementsWhereColumns enum

The column that is used for the condition.

StructureEasementsWhereWhereConditions.operator ● SQLOperator enum

The operator that is used for the condition.

StructureEasementsWhereWhereConditions.value ● Mixed scalar

The value that is used for the condition.

StructureEasementsWhereWhereConditions.AND ● [StructureEasementsWhereWhereConditions!] list input

A set of conditions that requires all conditions to match.

StructureEasementsWhereWhereConditions.OR ● [StructureEasementsWhereWhereConditions!] list input

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

StructureEasementsWhereWhereConditions.HAS ● StructureEasementsWhereWhereConditionsRelation input

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

Member Of

StructureEasementsWhereWhereConditions input ● StructureEasementsWhereWhereConditionsRelation input