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