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


