EventAttendeePaginator
A paginated list of EventAttendee items.
type EventAttendeePaginator {
paginatorInfo: PaginatorInfo!
data: [EventAttendee!]!
}
Fields
EventAttendeePaginator.paginatorInfo ● PaginatorInfo! non-null object
Pagination information about the list of items.
EventAttendeePaginator.data ● [EventAttendee!]! non-null object
A list of EventAttendee items.
Returned By
eventAttendees query


