Skip to content

Commit eb9aa82

Browse files
docs-botrsese
andauthored
GraphQL schema update (#58686)
Co-authored-by: rsese <[email protected]>
1 parent 9e1603a commit eb9aa82

File tree

4 files changed

+1335
-53
lines changed

4 files changed

+1335
-53
lines changed

src/graphql/data/ghes-3.19/graphql_upcoming_changes.public-enterprise.yml

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,14 +1382,12 @@ upcoming_changes:
13821382
date: '2025-04-01T00:00:00+00:00'
13831383
criticality: breaking
13841384
owner: github/memex
1385-
- location: SearchType.ISSUE_ADVANCED
1386-
description: '`ISSUE_ADVANCED` will be removed.'
1387-
reason:
1388-
Search for issues and pull requests will be overridden by advanced search
1389-
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/.
1390-
date: '2025-09-04'
1385+
- location: Issue.stateReason.enableDuplicate
1386+
description: '`enableDuplicate` will be removed.'
1387+
reason: The state reason for duplicate issue is now returned by default.
1388+
date: '2025-10-01T00:00:00+00:00'
13911389
criticality: breaking
1392-
owner: github/issues_advanced_search
1390+
owner: issues
13931391
- location: SecurityAdvisory.cvss
13941392
description:
13951393
'`cvss` will be removed. New `cvss_severities` field will now contain
@@ -1398,6 +1396,26 @@ upcoming_changes:
13981396
date: '2025-10-01T00:00:00+00:00'
13991397
criticality: breaking
14001398
owner: github/advisory-database
1399+
- location: SearchType.ISSUE_ADVANCED
1400+
description: '`ISSUE_ADVANCED` will be removed.'
1401+
reason:
1402+
Search for issues and pull requests will be overridden by advanced search
1403+
on November 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/.
1404+
date: '2025-11-04'
1405+
criticality: breaking
1406+
owner: github/issues_advanced_search
1407+
- location: NotificationThread.list
1408+
description: '`list` will be removed. Use the `optionalList` field instead.'
1409+
reason: Null values are possible for this field.
1410+
date: '2026-01-01T00:00:00+00:00'
1411+
criticality: breaking
1412+
owner: github/notifications
1413+
- location: NotificationThread.subject
1414+
description: '`subject` will be removed. Use the `optionalSubject` field instead.'
1415+
reason: Null values are possible for this field.
1416+
date: '2026-01-01T00:00:00+00:00'
1417+
criticality: breaking
1418+
owner: github/notifications
14011419
- location: AuditEntry.action
14021420
description: '`action` will be removed.'
14031421
reason: The GraphQL audit-log is deprecated. Please use the REST API instead.

0 commit comments

Comments
 (0)