eventAttendees
No description
eventAttendees(
first: Int!
orderBy: [QueryEventAttendeesOrderByOrderByClause!]
page: Int
where: QueryEventAttendeesWhereWhereConditions
): EventAttendeePaginator!
Arguments
eventAttendees.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
eventAttendees.orderBy ● [QueryEventAttendeesOrderByOrderByClause!] list input
eventAttendees.page ● Int scalar
The offset from which items are returned.
eventAttendees.where ● QueryEventAttendeesWhereWhereConditions input
Type
EventAttendeePaginator object
A paginated list of EventAttendee items.


