Parameters
You can control pagination using the following parameters in your queries:limit: Number of items per page.- Default:
20 - Maximum:
100
- Default:
offset: Number of items to skip.order_by: Sorting criteria.
How to handle pagination in the Graph API
limit: Number of items per page.
20100offset: Number of items to skip.order_by: Sorting criteria.