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