Skip to content

Commit 8c960d0

Browse files
docs-botheiskr
andauthored
GraphQL schema update (#57418)
Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com>
1 parent dfb5959 commit 8c960d0

File tree

7 files changed

+56
-38
lines changed

7 files changed

+56
-38
lines changed

src/graphql/data/fpt/changelog.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
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>SearchType.ISSUE_ADVANCED</code>:<code>ISSUE_ADVANCED</code> will be removed. <strong>Effective 2025-11-04</strong>.</p>"
15+
]
16+
}
17+
],
18+
"date": "2025-09-05"
19+
},
220
{
321
"schemaChanges": [
422
{

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,14 +1504,6 @@ upcoming_changes:
15041504
date: '2025-04-01T00:00:00+00:00'
15051505
criticality: breaking
15061506
owner: github/memex
1507-
- location: SearchType.ISSUE_ADVANCED
1508-
description: '`ISSUE_ADVANCED` will be removed.'
1509-
reason:
1510-
Search for issues and pull requests will be overridden by advanced search
1511-
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/.
1512-
date: '2025-09-04'
1513-
criticality: breaking
1514-
owner: github/issues_advanced_search
15151507
- location: Issue.stateReason.enableDuplicate
15161508
description: '`enableDuplicate` will be removed.'
15171509
reason: The state reason for duplicate issue is now returned by default.
@@ -1526,6 +1518,14 @@ upcoming_changes:
15261518
date: '2025-10-01T00:00:00+00:00'
15271519
criticality: breaking
15281520
owner: github/advisory-database
1521+
- location: SearchType.ISSUE_ADVANCED
1522+
description: '`ISSUE_ADVANCED` will be removed.'
1523+
reason:
1524+
Search for issues and pull requests will be overridden by advanced search
1525+
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/.
1526+
date: '2025-11-04'
1527+
criticality: breaking
1528+
owner: github/issues_advanced_search
15291529
- location: NotificationThread.list
15301530
description: '`list` will be removed. Use the `optionalList` field instead.'
15311531
reason: Null values are possible for this field.

src/graphql/data/fpt/schema.docs.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55192,7 +55192,7 @@ enum SearchType {
5519255192
"""
5519355193
ISSUE_ADVANCED
5519455194
@deprecated(
55195-
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/. Removal on 2025-09-04 UTC."
55195+
reason: "Search for issues and pull requests will be overridden by advanced search 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/. Removal on 2025-11-04 UTC."
5519655196
)
5519755197

5519855198
"""

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8891,6 +8891,16 @@
88918891
"owner": "github/notifications"
88928892
}
88938893
],
8894+
"2025-11-04": [
8895+
{
8896+
"location": "SearchType.ISSUE_ADVANCED",
8897+
"description": "<p><code>ISSUE_ADVANCED</code> will be removed.</p>",
8898+
"reason": "<p>Search for issues and pull requests will be overridden by advanced search on November 4, 2025. You can read more about this change on <a href=\"https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more/\">https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more/</a>.</p>",
8899+
"date": "2025-11-04",
8900+
"criticality": "breaking",
8901+
"owner": "github/issues_advanced_search"
8902+
}
8903+
],
88948904
"2025-10-01": [
88958905
{
88968906
"location": "SecurityAdvisory.cvss",
@@ -8909,16 +8919,6 @@
89098919
"owner": "issues"
89108920
}
89118921
],
8912-
"2025-09-04": [
8913-
{
8914-
"location": "SearchType.ISSUE_ADVANCED",
8915-
"description": "<p><code>ISSUE_ADVANCED</code> will be removed.</p>",
8916-
"reason": "<p>Search for issues and pull requests will be overridden by advanced search on September 4, 2025. You can read more about this change on <a href=\"https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more/\">https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more/</a>.</p>",
8917-
"date": "2025-09-04",
8918-
"criticality": "breaking",
8919-
"owner": "github/issues_advanced_search"
8920-
}
8921-
],
89228922
"2025-04-01": [
89238923
{
89248924
"location": "User.viewerCanCreateProjects",

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,14 +1504,6 @@ upcoming_changes:
15041504
date: '2025-04-01T00:00:00+00:00'
15051505
criticality: breaking
15061506
owner: github/memex
1507-
- location: SearchType.ISSUE_ADVANCED
1508-
description: '`ISSUE_ADVANCED` will be removed.'
1509-
reason:
1510-
Search for issues and pull requests will be overridden by advanced search
1511-
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/.
1512-
date: '2025-09-04'
1513-
criticality: breaking
1514-
owner: github/issues_advanced_search
15151507
- location: Issue.stateReason.enableDuplicate
15161508
description: '`enableDuplicate` will be removed.'
15171509
reason: The state reason for duplicate issue is now returned by default.
@@ -1526,6 +1518,14 @@ upcoming_changes:
15261518
date: '2025-10-01T00:00:00+00:00'
15271519
criticality: breaking
15281520
owner: github/advisory-database
1521+
- location: SearchType.ISSUE_ADVANCED
1522+
description: '`ISSUE_ADVANCED` will be removed.'
1523+
reason:
1524+
Search for issues and pull requests will be overridden by advanced search
1525+
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/.
1526+
date: '2025-11-04'
1527+
criticality: breaking
1528+
owner: github/issues_advanced_search
15291529
- location: NotificationThread.list
15301530
description: '`list` will be removed. Use the `optionalList` field instead.'
15311531
reason: Null values are possible for this field.

src/graphql/data/ghec/schema.docs.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55192,7 +55192,7 @@ enum SearchType {
5519255192
"""
5519355193
ISSUE_ADVANCED
5519455194
@deprecated(
55195-
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/. Removal on 2025-09-04 UTC."
55195+
reason: "Search for issues and pull requests will be overridden by advanced search 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/. Removal on 2025-11-04 UTC."
5519655196
)
5519755197

5519855198
"""

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8891,6 +8891,16 @@
88918891
"owner": "github/notifications"
88928892
}
88938893
],
8894+
"2025-11-04": [
8895+
{
8896+
"location": "SearchType.ISSUE_ADVANCED",
8897+
"description": "<p><code>ISSUE_ADVANCED</code> will be removed.</p>",
8898+
"reason": "<p>Search for issues and pull requests will be overridden by advanced search on November 4, 2025. You can read more about this change on <a href=\"https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more/\">https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more/</a>.</p>",
8899+
"date": "2025-11-04",
8900+
"criticality": "breaking",
8901+
"owner": "github/issues_advanced_search"
8902+
}
8903+
],
88948904
"2025-10-01": [
88958905
{
88968906
"location": "SecurityAdvisory.cvss",
@@ -8909,16 +8919,6 @@
89098919
"owner": "issues"
89108920
}
89118921
],
8912-
"2025-09-04": [
8913-
{
8914-
"location": "SearchType.ISSUE_ADVANCED",
8915-
"description": "<p><code>ISSUE_ADVANCED</code> will be removed.</p>",
8916-
"reason": "<p>Search for issues and pull requests will be overridden by advanced search on September 4, 2025. You can read more about this change on <a href=\"https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more/\">https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more/</a>.</p>",
8917-
"date": "2025-09-04",
8918-
"criticality": "breaking",
8919-
"owner": "github/issues_advanced_search"
8920-
}
8921-
],
89228922
"2025-04-01": [
89238923
{
89248924
"location": "User.viewerCanCreateProjects",

0 commit comments

Comments
 (0)