Listing Board updates for multiple boards via GraphQL was working for me up until 10-01-2025. Here is the code I used that always worked until it didn’t
query {
boards(ids: :7511353721, 7511353762, 7511353913]) {
updates(limit: 10000) {
id
body
created_at
creator {
id
name
}
}
}
}
Now I get this error: g200] ]{“message”:“Internal server error”,“path”:“boards”,0,“updates”]
Any help, will be much appreciated.