QueryClassicFormSubmissionsDashboardDefaultViewWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where argument of the query classicFormSubmissionsDashboardDefaultView.
input QueryClassicFormSubmissionsDashboardDefaultViewWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: QueryClassicFormSubmissionsDashboardDefaultViewWhereWhereConditions
}
Fields
QueryClassicFormSubmissionsDashboardDefaultViewWhereWhereConditionsRelation.relation ● String! non-null scalar
The relation that is checked.
QueryClassicFormSubmissionsDashboardDefaultViewWhereWhereConditionsRelation.operator ● SQLOperator enum
The comparison operator to test against the amount.
QueryClassicFormSubmissionsDashboardDefaultViewWhereWhereConditionsRelation.amount ● Int scalar
The amount to test.
QueryClassicFormSubmissionsDashboardDefaultViewWhereWhereConditionsRelation.condition ● QueryClassicFormSubmissionsDashboardDefaultViewWhereWhereConditions input
Additional condition logic.
Member Of
QueryClassicFormSubmissionsDashboardDefaultViewWhereWhereConditions input


