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


