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