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


