Pagination
Default pagination
An interface for limit/offset pagination can be use for basic pagination needs:
There is not default limit defined. All elements are returned if no pagination limit is defined.
Relay pagination
For more complex scenarios, a cursor pagination would be better. For this, use the relay integration to define those.