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