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


