Skip to content

Commit 8e524ba

Browse files
docs-botheiskr
andauthored
GraphQL schema update (#57071)
Co-authored-by: heiskr <[email protected]>
1 parent f822d06 commit 8e524ba

File tree

5 files changed

+79
-0
lines changed

5 files changed

+79
-0
lines changed

src/graphql/data/fpt/changelog.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": []
7+
}
8+
],
9+
"previewChanges": [],
10+
"upcomingChanges": [
11+
{
12+
"title": "The following changes will be made to the schema:",
13+
"changes": [
14+
"<p>On member <code>NotificationThread.list</code>:<code>list</code> will be removed. Use the <code>optionalList</code> field instead. <strong>Effective 2026-01-01</strong>.</p>",
15+
"<p>On member <code>NotificationThread.subject</code>:<code>subject</code> will be removed. Use the <code>optionalSubject</code> field instead. <strong>Effective 2026-01-01</strong>.</p>"
16+
]
17+
}
18+
],
19+
"date": "2025-08-11"
20+
},
221
{
322
"schemaChanges": [
423
{

src/graphql/data/fpt/graphql_upcoming_changes.public.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,6 +1526,18 @@ upcoming_changes:
15261526
date: '2025-10-01T00:00:00+00:00'
15271527
criticality: breaking
15281528
owner: github/advisory-database
1529+
- location: NotificationThread.list
1530+
description: '`list` will be removed. Use the `optionalList` field instead.'
1531+
reason: Null values are possible for this field.
1532+
date: '2026-01-01T00:00:00+00:00'
1533+
criticality: breaking
1534+
owner: github/notifications
1535+
- location: NotificationThread.subject
1536+
description: '`subject` will be removed. Use the `optionalSubject` field instead.'
1537+
reason: Null values are possible for this field.
1538+
date: '2026-01-01T00:00:00+00:00'
1539+
criticality: breaking
1540+
owner: github/notifications
15291541
- location: AuditEntry.action
15301542
description: '`action` will be removed.'
15311543
reason: The GraphQL audit-log is deprecated. Please use the REST API instead.

src/graphql/data/fpt/upcoming-changes.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8873,6 +8873,24 @@
88738873
"owner": "audit_logs"
88748874
}
88758875
],
8876+
"2026-01-01": [
8877+
{
8878+
"location": "NotificationThread.subject",
8879+
"description": "<p><code>subject</code> will be removed. Use the <code>optionalSubject</code> field instead.</p>",
8880+
"reason": "<p>Null values are possible for this field.</p>",
8881+
"date": "2026-01-01",
8882+
"criticality": "breaking",
8883+
"owner": "github/notifications"
8884+
},
8885+
{
8886+
"location": "NotificationThread.list",
8887+
"description": "<p><code>list</code> will be removed. Use the <code>optionalList</code> field instead.</p>",
8888+
"reason": "<p>Null values are possible for this field.</p>",
8889+
"date": "2026-01-01",
8890+
"criticality": "breaking",
8891+
"owner": "github/notifications"
8892+
}
8893+
],
88768894
"2025-10-01": [
88778895
{
88788896
"location": "SecurityAdvisory.cvss",

src/graphql/data/ghec/graphql_upcoming_changes.public.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,6 +1526,18 @@ upcoming_changes:
15261526
date: '2025-10-01T00:00:00+00:00'
15271527
criticality: breaking
15281528
owner: github/advisory-database
1529+
- location: NotificationThread.list
1530+
description: '`list` will be removed. Use the `optionalList` field instead.'
1531+
reason: Null values are possible for this field.
1532+
date: '2026-01-01T00:00:00+00:00'
1533+
criticality: breaking
1534+
owner: github/notifications
1535+
- location: NotificationThread.subject
1536+
description: '`subject` will be removed. Use the `optionalSubject` field instead.'
1537+
reason: Null values are possible for this field.
1538+
date: '2026-01-01T00:00:00+00:00'
1539+
criticality: breaking
1540+
owner: github/notifications
15291541
- location: AuditEntry.action
15301542
description: '`action` will be removed.'
15311543
reason: The GraphQL audit-log is deprecated. Please use the REST API instead.

src/graphql/data/ghec/upcoming-changes.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8873,6 +8873,24 @@
88738873
"owner": "audit_logs"
88748874
}
88758875
],
8876+
"2026-01-01": [
8877+
{
8878+
"location": "NotificationThread.subject",
8879+
"description": "<p><code>subject</code> will be removed. Use the <code>optionalSubject</code> field instead.</p>",
8880+
"reason": "<p>Null values are possible for this field.</p>",
8881+
"date": "2026-01-01",
8882+
"criticality": "breaking",
8883+
"owner": "github/notifications"
8884+
},
8885+
{
8886+
"location": "NotificationThread.list",
8887+
"description": "<p><code>list</code> will be removed. Use the <code>optionalList</code> field instead.</p>",
8888+
"reason": "<p>Null values are possible for this field.</p>",
8889+
"date": "2026-01-01",
8890+
"criticality": "breaking",
8891+
"owner": "github/notifications"
8892+
}
8893+
],
88768894
"2025-10-01": [
88778895
{
88788896
"location": "SecurityAdvisory.cvss",

0 commit comments

Comments
 (0)