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