Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit a552667

Browse files
authored
fix child assocs pagination (#1598)
1 parent 58d8c4d commit a552667

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api/content-rest-api/api/nodes.api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,6 +1276,8 @@ parameter are returned in addition to those specified in the **fields** paramete
12761276
};
12771277

12781278
const queryParams = {
1279+
'skipCount': opts['skipCount'],
1280+
'maxItems': opts['maxItems'],
12791281
'where': opts['where'],
12801282
'include': buildCollectionParam(opts['include'], 'csv'),
12811283
'fields': buildCollectionParam(opts['fields'], 'csv')

0 commit comments

Comments
 (0)