hi
i’m runnung query
query{
boards (ids:2724446259) {
items_page (limit: 100){
cursor
items {
id
name
column_values {
id
value
}
}
}
}
}
receining response with cursor key
and then running
second_query:
query{
next_items_page (limit:100, cursor: “MSwyNzI0NDQ2MjU5LHlWRll4VFk1UEpXQXdEQngwM3FTSCwyMzMsMTAwLHwyMzAxNzkxMjkw”){
cursor
items {
id
name
column_values {
id
value
}
}
}
}
second query enter into infinity loop
i’m receiving always same response
its a dead loop
when number of items more than 2 pages
even on small page
10 items total
first query limit = 1
next query item = 1
response looped