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


