mutation UpdateBoard($input: UpdateBoardInput!) {
  updateBoard(input: $input) {
    board {
      id
      webPath
    }
    errors
  }
}