It seems as though the API is now returning items/subitems in order of ID ascending, rather than by their board position (Main Table). This is true even when using old API versions.
Is this intentional? It has broken several use cases for me, as I use the board order to express information.
If it is intentional, has it been announced anywhere? Can we change this via an argument? Please help!
Board (Main Table):
Query:
boards(ids: 6774044620){
items_page (limit: 50){
items {
id
name
subitems{
id
name
}
}
}
}
}
Response: