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


