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


