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


