Hi All,
I have in the past successfully used this to retrieve a list of workspace names and their associated IDs, but recently it stopped working on an existing Internal application I created as well as via API:
query {
  boards {
    workspace {
      id
      name
    }
  }
}
Am I doing something wrong? It repeats the same 4 workspaces even through we have 7+

