Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
fix child assocs pagination (#1598)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Jun 16, 2023
1 parent 58d8c4d commit a552667
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/content-rest-api/api/nodes.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1276,6 +1276,8 @@ parameter are returned in addition to those specified in the **fields** paramete
};

const queryParams = {
'skipCount': opts['skipCount'],
'maxItems': opts['maxItems'],
'where': opts['where'],
'include': buildCollectionParam(opts['include'], 'csv'),
'fields': buildCollectionParam(opts['fields'], 'csv')
Expand Down

0 comments on commit a552667

Please sign in to comment.