We changed exception handling to be better aligned with GraphQL specifications. The following exceptions will now return status code 200 instead of 400. The error message will be in the “errors” key of the following responses:

  • InvalidBoardIdException
  • InvalidColumnIdException
  • ColumnValueException
  • ItemNameTooLongException

Boards

We added the views field for boards queries that will allow you to query board view attributes for a specific board. See the board views queries for more information.
We added the communication field for boards queries that will return the Zoom call configuration for the board. See the boards queries fields for more information.

Columns

We added the pos field for columns queries that will return the column's position on a given board. See the columns fields query for more information.