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