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


