# new PagingQuery(query, limit, nextCursor)
Creates a PagingQuery
Parameters:
Name | Type | Description |
---|---|---|
query |
Object | Query with needed parameters. |
limit |
number | Limit amount of items in the response. |
nextCursor |
string | Cursor received in previous response. |
- Source: