Hello @Matias.Monday ,
In my application, I am showing the items of all the boards of a particular workspace. but in pagination I am facing problem.
Example :- If Limit is 20 then API is returning 20 items of each board but we need only 20 records in a page.
API Details :-
{
“query”: “query { boards (ids: [123456789,1987654231]) { name type board_folder_id items_count items(newest_first: false limit: 10 page: 1 exclude_nonactive: true) {id name updated_at creator{id name}} } }”
}
Also below is the attached screenshot for your references.


