Hi all,
When trying to retrieve item updates for a board we are getting an internal server error back. The status page say no problems so is this just my instance or happening for others?
Stripped back query that caused error:
query {
boards(limit: 1) {
items_page(limit: 20) {
cursor
items {
id
updates {
id
}
}
}
}
}
Cheers.