{"meta":{"title":"重大な変更","intro":"最近の、及び今後のGitHub GraphQL APIに対する破壊的変更について学んでください。","product":"GraphQL API","breadcrumbs":[{"href":"/ja/enterprise-server@3.17/graphql","title":"GraphQL API"},{"href":"/ja/enterprise-server@3.17/graphql/overview","title":"概要"},{"href":"/ja/enterprise-server@3.17/graphql/overview/breaking-changes","title":"重大な変更"}],"documentType":"article"},"body":"# 重大な変更\n\n最近の、及び今後のGitHub GraphQL APIに対する破壊的変更について学んでください。\n\n## 破壊的な変更について\n\n破壊的変更は、インテグレーターからのアクションが必要になるかもしれない変更です。 これらの変更は、2つに分類されます。\n\n* **破壊的:** GraphQL API に対する既存のクエリを損なう変更。 たとえば、フィールドの削除は破壊的変更です。\n* **危険:** 既存のクエリを損なうことはないものの、クライアントの実行時の振る舞いに影響するかもしれない変更。 enum値の追加は危険な変更の例です。\n\n今後予定されている破壊的変更については、少なくともGraphQLスキーマに変更を加える3ヶ月前には必ずアナウンスし、インテグレーターが必要な調整を行う時間を確保できるようにします。 変更は、四半期の初日（1月1日、4月1日、7月1日、10月1日）に適用されます。 たとえば、変更を1月115日にアナウンスした場合、その変更は7月1日に行われます。\n\n## Changes scheduled for 2025-10-01\n\n- **Breaking** A change will be made to `SecurityAdvisory.cvss`.\n\n  **Description:** cvss will be removed. New cvss_severities field will now contain both cvss_v3 and cvss_v4 properties.\n\n  **Reason:** cvss will be removed.\n\n## Changes scheduled for 2025-09-04\n\n- **Breaking** A change will be made to `SearchType.ISSUE_ADVANCED`.\n\n  **Description:** ISSUE_ADVANCED will be removed.\n\n  **Reason:** Search for issues and pull requests will be overridden by advanced search on September 4, 2025. You can read more about this change on https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more/.\n\n## Changes scheduled for 2025-04-01\n\n- **Breaking** A change will be made to `User.viewerCanCreateProjects`.\n\n  **Description:** viewerCanCreateProjects will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `User.projects`.\n\n  **Description:** projects will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `User.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `UpdateIssueTypeInput.isPrivate`.\n\n  **Description:** isPrivate will be removed.\n\n  **Reason:** Private issue types are being deprecated and can no longer be created.\n\n- **Breaking** A change will be made to `SearchShortcutQueryProjectTerm.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Repository.viewerCanCreateProjects`.\n\n  **Description:** viewerCanCreateProjects will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Repository.projects`.\n\n  **Description:** projects will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Repository.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `RemovedFromProjectEvent.projectColumnName`.\n\n  **Description:** projectColumnName will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `RemovedFromProjectEvent.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `RemovedFromProjectEvent.databaseId`.\n\n  **Description:** databaseId will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `PullRequest.projectCards`.\n\n  **Description:** projectCards will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectV2Workflow.databaseId`.\n\n  **Description:** databaseId will be removed. Use fullDatabaseId instead.\n\n  **Reason:** databaseId will be removed because it does not support 64-bit signed integer identifiers.\n\n- **Breaking** A change will be made to `ProjectV2View.databaseId`.\n\n  **Description:** databaseId will be removed. Use fullDatabaseId instead.\n\n  **Reason:** databaseId will be removed because it does not support 64-bit signed integer identifiers.\n\n- **Breaking** A change will be made to `ProjectV2StatusUpdate.databaseId`.\n\n  **Description:** databaseId will be removed. Use fullDatabaseId instead.\n\n  **Reason:** databaseId will be removed because it does not support 64-bit signed integer identifiers.\n\n- **Breaking** A change will be made to `ProjectV2Item.databaseId`.\n\n  **Description:** databaseId will be removed. Use fullDatabaseId instead.\n\n  **Reason:** databaseId will be removed because it does not support 64-bit signed integer identifiers.\n\n- **Breaking** A change will be made to `ProjectV2.databaseId`.\n\n  **Description:** databaseId will be removed. Use fullDatabaseId instead.\n\n  **Reason:** databaseId will be removed because it does not support 64-bit signed integer identifiers.\n\n- **Breaking** A change will be made to `ProjectProgress.todoPercentage`.\n\n  **Description:** todoPercentage will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectProgress.todoCount`.\n\n  **Description:** todoCount will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectProgress.inProgressPercentage`.\n\n  **Description:** inProgressPercentage will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectProgress.inProgressCount`.\n\n  **Description:** inProgressCount will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectProgress.enabled`.\n\n  **Description:** enabled will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectProgress.donePercentage`.\n\n  **Description:** donePercentage will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectProgress.doneCount`.\n\n  **Description:** doneCount will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectOwner.viewerCanCreateProjects`.\n\n  **Description:** viewerCanCreateProjects will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectOwner.projectsUrl`.\n\n  **Description:** projectsUrl will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectOwner.projectsResourcePath`.\n\n  **Description:** projectsResourcePath will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectOwner.projects`.\n\n  **Description:** projects will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectOwner.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectOwner.id`.\n\n  **Description:** id will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectColumn.url`.\n\n  **Description:** url will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectColumn.updatedAt`.\n\n  **Description:** updatedAt will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectColumn.resourcePath`.\n\n  **Description:** resourcePath will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectColumn.purpose`.\n\n  **Description:** purpose will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectColumn.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectColumn.name`.\n\n  **Description:** name will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectColumn.id`.\n\n  **Description:** id will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectColumn.databaseId`.\n\n  **Description:** databaseId will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectColumn.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectColumn.cards`.\n\n  **Description:** cards will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCardArchivedState.NOT_ARCHIVED`.\n\n  **Description:** NOT_ARCHIVED will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCardArchivedState.ARCHIVED`.\n\n  **Description:** ARCHIVED will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.url`.\n\n  **Description:** url will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.updatedAt`.\n\n  **Description:** updatedAt will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.state`.\n\n  **Description:** state will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.resourcePath`.\n\n  **Description:** resourcePath will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.note`.\n\n  **Description:** note will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.isArchived`.\n\n  **Description:** isArchived will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.id`.\n\n  **Description:** id will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.databaseId`.\n\n  **Description:** databaseId will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.creator`.\n\n  **Description:** creator will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.content`.\n\n  **Description:** content will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ProjectCard.column`.\n\n  **Description:** column will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.url`.\n\n  **Description:** url will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.updatedAt`.\n\n  **Description:** updatedAt will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.state`.\n\n  **Description:** state will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.resourcePath`.\n\n  **Description:** resourcePath will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.progress`.\n\n  **Description:** progress will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.pendingCards`.\n\n  **Description:** pendingCards will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.owner`.\n\n  **Description:** owner will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.number`.\n\n  **Description:** number will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.name`.\n\n  **Description:** name will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.id`.\n\n  **Description:** id will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.databaseId`.\n\n  **Description:** databaseId will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.creator`.\n\n  **Description:** creator will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.createdAt`.\n\n  **Description:** createdAt will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.columns`.\n\n  **Description:** columns will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.bodyHTML`.\n\n  **Description:** bodyHtml will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Project.body`.\n\n  **Description:** body will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Organization.viewerCanCreateProjects`.\n\n  **Description:** viewerCanCreateProjects will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Organization.projects`.\n\n  **Description:** projects will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Organization.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Organization.announcementUserDismissible`.\n\n  **Description:** announcementUserDismissible will be removed. Use the announcementBanner object instead.\n\n  **Reason:** The individual announcementX fields do not follow our standard GraphQL patterns.\n\n- **Breaking** A change will be made to `Organization.announcementExpiresAt`.\n\n  **Description:** announcementExpiresAt will be removed. Use the announcementBanner object instead.\n\n  **Reason:** The individual announcementX fields do not follow our standard GraphQL patterns.\n\n- **Breaking** A change will be made to `Organization.announcementCreatedAt`.\n\n  **Description:** announcementCreatedAt will be removed. Use the announcementBanner object instead.\n\n  **Reason:** The individual announcementX fields do not follow our standard GraphQL patterns.\n\n- **Breaking** A change will be made to `Organization.announcement`.\n\n  **Description:** announcement will be removed. Use the announcementBanner object instead.\n\n  **Reason:** The individual announcementX fields do not follow our standard GraphQL patterns.\n\n- **Breaking** A change will be made to `Mutation.updateProjectColumn`.\n\n  **Description:** updateProjectColumn will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.updateProjectCard`.\n\n  **Description:** updateProjectCard will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.updateProject`.\n\n  **Description:** updateProject will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.unlinkRepositoryFromProject`.\n\n  **Description:** unlinkRepositoryFromProject will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.moveProjectColumn`.\n\n  **Description:** moveProjectColumn will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.moveProjectCard`.\n\n  **Description:** moveProjectCard will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.linkRepositoryToProject`.\n\n  **Description:** linkRepositoryToProject will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.importProject`.\n\n  **Description:** importProject will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.deleteProjectColumn`.\n\n  **Description:** deleteProjectColumn will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.deleteProjectCard`.\n\n  **Description:** deleteProjectCard will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.deleteProject`.\n\n  **Description:** deleteProject will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.createProject`.\n\n  **Description:** createProject will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.convertProjectCardNoteToIssue`.\n\n  **Description:** convertProjectCardNoteToIssue will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.cloneProject`.\n\n  **Description:** cloneProject will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.addProjectColumn`.\n\n  **Description:** addProjectColumn will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `Mutation.addProjectCard`.\n\n  **Description:** addProjectCard will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `MovedColumnsInProjectEvent.projectColumnName`.\n\n  **Description:** projectColumnName will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `MovedColumnsInProjectEvent.projectCard`.\n\n  **Description:** projectCard will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `MovedColumnsInProjectEvent.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `MovedColumnsInProjectEvent.previousProjectColumnName`.\n\n  **Description:** previousProjectColumnName will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `MovedColumnsInProjectEvent.databaseId`.\n\n  **Description:** databaseId will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `IssueType.isPrivate`.\n\n  **Description:** isPrivate will be removed.\n\n  **Reason:** Private issue types are being deprecated and can no longer be created.\n\n- **Breaking** A change will be made to `Issue.projectCards`.\n\n  **Description:** projectCards will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `EnterpriseOwnerInfo.outsideCollaborators.hasTwoFactorEnabled`.\n\n  **Description:** hasTwoFactorEnabled will be removed. Use two_factor_method_security instead.\n\n  **Reason:** has_two_factor_enabled will be removed.\n\n- **Breaking** A change will be made to `EnterpriseOwnerInfo.admins.hasTwoFactorEnabled`.\n\n  **Description:** hasTwoFactorEnabled will be removed. Use two_factor_method_security instead.\n\n  **Reason:** has_two_factor_enabled will be removed.\n\n- **Breaking** A change will be made to `Enterprise.members.hasTwoFactorEnabled`.\n\n  **Description:** hasTwoFactorEnabled will be removed. Use two_factor_method_security instead.\n\n  **Reason:** has_two_factor_enabled will be removed.\n\n- **Breaking** A change will be made to `Enterprise.announcementUserDismissible`.\n\n  **Description:** announcementUserDismissible will be removed. Use the announcementBanner object instead.\n\n  **Reason:** The individual announcementX fields do not follow our standard GraphQL patterns.\n\n- **Breaking** A change will be made to `Enterprise.announcementExpiresAt`.\n\n  **Description:** announcementExpiresAt will be removed. Use the announcementBanner object instead.\n\n  **Reason:** The individual announcementX fields do not follow our standard GraphQL patterns.\n\n- **Breaking** A change will be made to `Enterprise.announcementCreatedAt`.\n\n  **Description:** announcementCreatedAt will be removed. Use the announcementBanner object instead.\n\n  **Reason:** The individual announcementX fields do not follow our standard GraphQL patterns.\n\n- **Breaking** A change will be made to `Enterprise.announcement`.\n\n  **Description:** announcement will be removed. Use the announcementBanner object instead.\n\n  **Reason:** The individual announcementX fields do not follow our standard GraphQL patterns.\n\n- **Breaking** A change will be made to `CreateIssueTypeInput.isPrivate`.\n\n  **Description:** isPrivate will be removed.\n\n  **Reason:** Private issue types are being deprecated and can no longer be created.\n\n- **Breaking** A change will be made to `ConvertedNoteToIssueEvent.projectCard`.\n\n  **Description:** projectCard will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `ConvertedNoteToIssueEvent.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `AnnouncementBannerI.announcementUserDismissible`.\n\n  **Description:** announcementUserDismissible will be removed. Use the announcementBanner object instead.\n\n  **Reason:** The individual announcementX fields do not follow our standard GraphQL patterns.\n\n- **Breaking** A change will be made to `AnnouncementBannerI.announcementExpiresAt`.\n\n  **Description:** announcementExpiresAt will be removed. Use the announcementBanner object instead.\n\n  **Reason:** The individual announcementX fields do not follow our standard GraphQL patterns.\n\n- **Breaking** A change will be made to `AnnouncementBannerI.announcementCreatedAt`.\n\n  **Description:** announcementCreatedAt will be removed. Use the announcementBanner object instead.\n\n  **Reason:** The individual announcementX fields do not follow our standard GraphQL patterns.\n\n- **Breaking** A change will be made to `AnnouncementBannerI.announcement`.\n\n  **Description:** announcement will be removed. Use the announcementBanner object instead.\n\n  **Reason:** The individual announcementX fields do not follow our standard GraphQL patterns.\n\n- **Breaking** A change will be made to `AddedToProjectEvent.projectColumnName`.\n\n  **Description:** projectColumnName will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `AddedToProjectEvent.projectCard`.\n\n  **Description:** projectCard will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `AddedToProjectEvent.project`.\n\n  **Description:** project will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n- **Breaking** A change will be made to `AddedToProjectEvent.databaseId`.\n\n  **Description:** databaseId will be removed.\n\n  **Reason:** Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/.\n\n## Changes scheduled for 2025-01-01\n\n- **Breaking** A change will be made to `AddMobileDevicePublicKeyPayload.expiresAt`.\n\n  **Description:** expiresAt will be removed. Do not rely on this field, it is currently set to a date far in the future if a device key is expirationless\n\n  **Reason:** We are deprecating expirations for mobile device keys used in mobile 2FA\n\n## Changes scheduled for 2024-10-01\n\n- **Breaking** A change will be made to `Workflow.hasWorkflowDispatchTrigger`.\n\n  **Description:** hasWorkflowDispatchTrigger will be removed. Use has_workflow_dispatch_trigger_for_branch(branch_ref) instead.\n\n  **Reason:** has_workflow_dispatch_trigger is being removed because it can be misleading and only checks a repository's default branch\n\n## Changes scheduled for 2024-07-01\n\n- **Breaking** A change will be made to `TeamDiscussionComment.url`.\n\n  **Description:** url will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `TeamDiscussionComment.resourcePath`.\n\n  **Description:** resourcePath will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `TeamDiscussionComment.number`.\n\n  **Description:** number will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `TeamDiscussionComment.discussion`.\n\n  **Description:** discussion will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `TeamDiscussionComment.bodyVersion`.\n\n  **Description:** bodyVersion will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `TeamDiscussionComment.authorAssociation`.\n\n  **Description:** authorAssociation will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `TeamDiscussion.viewerCanPin`.\n\n  **Description:** viewerCanPin will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `TeamDiscussion.url`.\n\n  **Description:** url will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `TeamDiscussion.title`.\n\n  **Description:** title will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `TeamDiscussion.team`.\n\n  **Description:** team will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `TeamDiscussion.resourcePath`.\n\n  **Description:** resourcePath will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `TeamDiscussion.number`.\n\n  **Description:** number will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `TeamDiscussion.isPrivate`.\n\n  **Description:** isPrivate will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `TeamDiscussion.isPinned`.\n\n  **Description:** isPinned will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `TeamDiscussion.commentsUrl`.\n\n  **Description:** commentsUrl will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `TeamDiscussion.commentsResourcePath`.\n\n  **Description:** commentsResourcePath will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `TeamDiscussion.comments`.\n\n  **Description:** comments will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `TeamDiscussion.bodyVersion`.\n\n  **Description:** bodyVersion will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `TeamDiscussion.authorAssociation`.\n\n  **Description:** authorAssociation will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `PullRequestReviewComment.databaseId`.\n\n  **Description:** databaseId will be removed. Use fullDatabaseId instead.\n\n  **Reason:** databaseId will be removed because it does not support 64-bit signed integer identifiers.\n\n- **Breaking** A change will be made to `PullRequestReview.databaseId`.\n\n  **Description:** databaseId will be removed. Use fullDatabaseId instead.\n\n  **Reason:** databaseId will be removed because it does not support 64-bit signed integer identifiers.\n\n- **Breaking** A change will be made to `PullRequest.databaseId`.\n\n  **Description:** databaseId will be removed. Use fullDatabaseId instead.\n\n  **Reason:** databaseId will be removed because it does not support 64-bit signed integer identifiers.\n\n- **Breaking** A change will be made to `OrganizationInvitation.inviter`.\n\n  **Description:** inviter will be removed. inviter will be replaced by inviterActor.\n\n  **Reason:** inviter will be removed.\n\n- **Breaking** A change will be made to `CreateTeamDiscussionPayload.teamDiscussion`.\n\n  **Description:** teamDiscussion will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `CreateTeamDiscussionInput.title`.\n\n  **Description:** title will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `CreateTeamDiscussionInput.teamId`.\n\n  **Description:** teamId will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `CreateTeamDiscussionInput.private`.\n\n  **Description:** private will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `CreateTeamDiscussionInput.body`.\n\n  **Description:** body will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `CreateTeamDiscussionCommentPayload.teamDiscussionComment`.\n\n  **Description:** teamDiscussionComment will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `CreateTeamDiscussionCommentInput.discussionId`.\n\n  **Description:** discussionId will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n- **Breaking** A change will be made to `CreateTeamDiscussionCommentInput.body`.\n\n  **Description:** body will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement.\n\n  **Reason:** The Team Discussions feature is deprecated in favor of Organization Discussions.\n\n## Changes scheduled for 2024-04-01\n\n- **Breaking** A change will be made to `TopicSuggestionDeclineReason.TOO_SPECIFIC`.\n\n  **Description:** TOO_SPECIFIC will be removed.\n\n  **Reason:** Suggested topics are no longer supported\n\n- **Breaking** A change will be made to `TopicSuggestionDeclineReason.TOO_GENERAL`.\n\n  **Description:** TOO_GENERAL will be removed.\n\n  **Reason:** Suggested topics are no longer supported\n\n- **Breaking** A change will be made to `TopicSuggestionDeclineReason.PERSONAL_PREFERENCE`.\n\n  **Description:** PERSONAL_PREFERENCE will be removed.\n\n  **Reason:** Suggested topics are no longer supported\n\n- **Breaking** A change will be made to `TopicSuggestionDeclineReason.NOT_RELEVANT`.\n\n  **Description:** NOT_RELEVANT will be removed.\n\n  **Reason:** Suggested topics are no longer supported\n\n## Changes scheduled for 2023-10-01\n\n- **Breaking** A change will be made to `PullRequestReviewComment.position`.\n\n  **Description:** position will be removed. Use the line and startLine fields instead, which are file line numbers instead of diff line numbers\n\n  **Reason:** We are phasing out diff-relative positioning for PR comments\n\n- **Breaking** A change will be made to `PullRequestReviewComment.originalPosition`.\n\n  **Description:** originalPosition will be removed.\n\n  **Reason:** We are phasing out diff-relative positioning for PR comments\n\n- **Breaking** A change will be made to `AddPullRequestReviewInput.comments`.\n\n  **Description:** comments will be removed. use the threads argument instead\n\n  **Reason:** We are deprecating comment fields that use diff-relative positioning\n\n- **Breaking** A change will be made to `AddPullRequestReviewCommentInput.pullRequestReviewId`.\n\n  **Description:** pullRequestReviewId will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead\n\n  **Reason:** We are deprecating the addPullRequestReviewComment mutation\n\n- **Breaking** A change will be made to `AddPullRequestReviewCommentInput.pullRequestId`.\n\n  **Description:** pullRequestId will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead\n\n  **Reason:** We are deprecating the addPullRequestReviewComment mutation\n\n- **Breaking** A change will be made to `AddPullRequestReviewCommentInput.position`.\n\n  **Description:** position will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead\n\n  **Reason:** We are deprecating the addPullRequestReviewComment mutation\n\n- **Breaking** A change will be made to `AddPullRequestReviewCommentInput.path`.\n\n  **Description:** path will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead\n\n  **Reason:** We are deprecating the addPullRequestReviewComment mutation\n\n- **Breaking** A change will be made to `AddPullRequestReviewCommentInput.inReplyTo`.\n\n  **Description:** inReplyTo will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead\n\n  **Reason:** We are deprecating the addPullRequestReviewComment mutation\n\n- **Breaking** A change will be made to `AddPullRequestReviewCommentInput.commitOID`.\n\n  **Description:** commitOID will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead\n\n  **Reason:** We are deprecating the addPullRequestReviewComment mutation\n\n- **Breaking** A change will be made to `AddPullRequestReviewCommentInput.body`.\n\n  **Description:** body will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead\n\n  **Reason:** We are deprecating the addPullRequestReviewComment mutation\n\n## Changes scheduled for 2023-07-01\n\n- **Breaking** A change will be made to `ProjectV2ItemFieldGroup.field`.\n\n  **Description:** field will be removed. Check out the ProjectV2ItemFieldGroup#groupByField API as an example for the more capable alternative.\n\n  **Reason:** The ProjectV2ItemFieldGroup#field API is deprecated in favour of the more capable ProjectV2ItemFieldGroup#groupByField API.\n\n- **Breaking** A change will be made to `Commit.pushedDate`.\n\n  **Description:** pushedDate will be removed.\n\n  **Reason:** pushedDate is no longer supported.\n\n## Changes scheduled for 2023-04-01\n\n- **Breaking** A change will be made to `Repository.squashPrTitleUsedAsDefault`.\n\n  **Description:** squashPrTitleUsedAsDefault will be removed. Use Repository.squashMergeCommitTitle instead.\n\n  **Reason:** squashPrTitleUsedAsDefault will be removed.\n\n- **Breaking** A change will be made to `ProjectV2View.verticalGroupBy`.\n\n  **Description:** verticalGroupBy will be removed. Check out the ProjectV2View#vertical_group_by_fields API as an example for the more capable alternative.\n\n  **Reason:** The ProjectV2View#vertical_group_by API is deprecated in favour of the more capable ProjectV2View#vertical_group_by_fields API.\n\n- **Breaking** A change will be made to `ProjectV2View.sortBy`.\n\n  **Description:** sortBy will be removed. Check out the ProjectV2View#sort_by_fields API as an example for the more capable alternative.\n\n  **Reason:** The ProjectV2View#sort_by API is deprecated in favour of the more capable ProjectV2View#sort_by_fields API.\n\n- **Breaking** A change will be made to `ProjectV2View.groupBy`.\n\n  **Description:** groupBy will be removed. Check out the ProjectV2View#group_by_fields API as an example for the more capable alternative.\n\n  **Reason:** The ProjectV2View#order_by API is deprecated in favour of the more capable ProjectV2View#group_by_field API.\n\n## Changes scheduled for 2023-02-10\n\n- **Breaking** A change will be made to `PackageType.MAVEN`.\n\n  **Description:** MAVEN will be removed.\n\n  **Reason:** MAVEN will be removed from this enum as this type will be migrated to only be used by the Packages REST API.\n\n## Changes scheduled for 2023-01-01\n\n- **Breaking** A change will be made to `ProjectV2View.visibleFields`.\n\n  **Description:** visibleFields will be removed. Check out the ProjectV2View#fields API as an example for the more capable alternative.\n\n  **Reason:** The ProjectV2View#visibleFields API is deprecated in favour of the more capable ProjectV2View#fields API.\n\n- **Breaking** A change will be made to `Commit.changedFiles`.\n\n  **Description:** changedFiles will be removed. Use changedFilesIfAvailable instead.\n\n  **Reason:** changedFiles will be removed.\n\n## Changes scheduled for 2022-12-28\n\n- **Breaking** A change will be made to `PackageType.RUBYGEMS`.\n\n  **Description:** RUBYGEMS will be removed.\n\n  **Reason:** RUBYGEMS will be removed from this enum as this type will be migrated to only be used by the Packages REST API.\n\n## Changes scheduled for 2022-11-21\n\n- **Breaking** A change will be made to `PackageType.NUGET`.\n\n  **Description:** NUGET will be removed.\n\n  **Reason:** NUGET will be removed from this enum as this type will be migrated to only be used by the Packages REST API.\n\n- **Breaking** A change will be made to `PackageType.NPM`.\n\n  **Description:** NPM will be removed.\n\n  **Reason:** NPM will be removed from this enum as this type will be migrated to only be used by the Packages REST API.\n\n## Changes scheduled for 2022-10-01\n\n- **Breaking** A change will be made to `RemovePullRequestFromMergeQueueInput.branch`.\n\n  **Description:** branch will be removed.\n\n  **Reason:** PRs are removed from the merge queue for the base branch, the branch argument is now a no-op\n\n- **Breaking** A change will be made to `DependencyGraphDependency.packageLabel`.\n\n  **Description:** packageLabel will be removed. Use normalized packageName field instead.\n\n  **Reason:** packageLabel will be removed.\n\n## Changes scheduled for 2022-07-01\n\n- **Breaking** A change will be made to `AddPullRequestToMergeQueueInput.branch`.\n\n  **Description:** branch will be removed.\n\n  **Reason:** PRs are added to the merge queue for the base branch, the branch argument is now a no-op\n\n## Changes scheduled for 2021-10-01\n\n- **Breaking** A change will be made to `ReactionGroup.users`.\n\n  **Description:** users will be removed. Use the reactors field instead.\n\n  **Reason:** Reactors can now be mannequins, bots, and organizations.\n\n## Changes scheduled for 2021-06-21\n\n- **Breaking** A change will be made to `PackageType.DOCKER`.\n\n  **Description:** DOCKER will be removed.\n\n  **Reason:** DOCKER will be removed from this enum as this type will be migrated to only be used by the Packages REST API.\n\n## Changes scheduled for 2021-01-01\n\n- **Breaking** A change will be made to `MergeStateStatus.DRAFT`.\n\n  **Description:** DRAFT will be removed. Use PullRequest.isDraft instead.\n\n  **Reason:** DRAFT state will be removed from this enum and isDraft should be used instead\n\n## Changes scheduled for 2020-10-01\n\n- **Breaking** A change will be made to `PullRequest.timeline`.\n\n  **Description:** timeline will be removed. Use PullRequest.timelineItems instead.\n\n  **Reason:** timeline will be removed\n\n- **Breaking** A change will be made to `Issue.timeline`.\n\n  **Description:** timeline will be removed. Use Issue.timelineItems instead.\n\n  **Reason:** timeline will be removed\n\n## Changes scheduled for 2020-01-01\n\n- **Breaking** A change will be made to `UnassignedEvent.user`.\n\n  **Description:** user will be removed. Use the assignee field instead.\n\n  **Reason:** Assignees can now be mannequins.\n\n- **Breaking** A change will be made to `AssignedEvent.user`.\n\n  **Description:** user will be removed. Use the assignee field instead.\n\n  **Reason:** Assignees can now be mannequins.\n\n## Changes scheduled for 2019-04-01\n\n- **Breaking** A change will be made to `LegacyMigration.uploadUrlTemplate`.\n\n  **Description:** uploadUrlTemplate will be removed. Use uploadUrl instead.\n\n  **Reason:** uploadUrlTemplate is being removed because it is not a standard URL and adds an extra user step."}