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


