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


