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


