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


