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