ListParticipationChangePaginator
A paginated list of ListParticipationChange items.
type ListParticipationChangePaginator {
paginatorInfo: PaginatorInfo!
data: [ListParticipationChange!]!
}
Fields
ListParticipationChangePaginator.paginatorInfo ● PaginatorInfo! non-null object
Pagination information about the list of items.
ListParticipationChangePaginator.data ● [ListParticipationChange!]! non-null object
A list of ListParticipationChange items.
Member Of
List object


