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


