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


