I have a larger query that is giving me a 500 error status. I’ve simplified it down to the following example:
{
boards(ids: :SOME_ID]) {
items_page {
items {
column_values {
... on LastUpdatedValue {
updater {
account {
name
}
}
}
}
}
}
}
}