Skip to main content

QueryEasementsHasProjectsWhereHasConditions

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

input QueryEasementsHasProjectsWhereHasConditions {
column: QueryEasementsHasProjectsColumn
operator: SQLOperator
value: Mixed
AND: [QueryEasementsHasProjectsWhereHasConditions!]
OR: [QueryEasementsHasProjectsWhereHasConditions!]
HAS: QueryEasementsHasProjectsWhereHasConditionsRelation
}

Fields

QueryEasementsHasProjectsWhereHasConditions.column ● QueryEasementsHasProjectsColumn enum

The column that is used for the condition.

QueryEasementsHasProjectsWhereHasConditions.operator ● SQLOperator enum

The operator that is used for the condition.

QueryEasementsHasProjectsWhereHasConditions.value ● Mixed scalar

The value that is used for the condition.

QueryEasementsHasProjectsWhereHasConditions.AND ● [QueryEasementsHasProjectsWhereHasConditions!] list input

A set of conditions that requires all conditions to match.

QueryEasementsHasProjectsWhereHasConditions.OR ● [QueryEasementsHasProjectsWhereHasConditions!] list input

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

QueryEasementsHasProjectsWhereHasConditions.HAS ● QueryEasementsHasProjectsWhereHasConditionsRelation input

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

Member Of

easements query ● QueryEasementsHasProjectsWhereHasConditions input ● QueryEasementsHasProjectsWhereHasConditionsRelation input