Usage
Pagination

Pagination

Supported by:  

Paginate results using _page_size and _page number:


{
people(
_page_size: 3,
_page: 1
) {
name
}
}