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