Skip to content

Commit 7eebaa3

Browse files
docs-botheiskr
andauthored
GraphQL schema update (#57967)
Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com>
1 parent 7511ff3 commit 7eebaa3

10 files changed

+23698
-1731
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1518,14 +1518,6 @@ upcoming_changes:
15181518
date: '2025-10-01T00:00:00+00:00'
15191519
criticality: breaking
15201520
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
15291521
- location: NotificationThread.list
15301522
description: '`list` will be removed. Use the `optionalList` field instead.'
15311523
reason: Null values are possible for this field.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55272,9 +55272,6 @@ enum SearchType {
5527255272
Returns results matching issues in repositories.
5527355273
"""
5527455274
ISSUE_ADVANCED
55275-
@deprecated(
55276-
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."
55277-
)
5527855275

5527955276
"""
5528055277
Returns results matching repositories.

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8891,16 +8891,6 @@
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-
],
89048894
"2025-10-01": [
89058895
{
89068896
"location": "SecurityAdvisory.cvss",

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1518,14 +1518,6 @@ upcoming_changes:
15181518
date: '2025-10-01T00:00:00+00:00'
15191519
criticality: breaking
15201520
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
15291521
- location: NotificationThread.list
15301522
description: '`list` will be removed. Use the `optionalList` field instead.'
15311523
reason: Null values are possible for this field.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55272,9 +55272,6 @@ enum SearchType {
5527255272
Returns results matching issues in repositories.
5527355273
"""
5527455274
ISSUE_ADVANCED
55275-
@deprecated(
55276-
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."
55277-
)
5527855275

5527955276
"""
5528055277
Returns results matching repositories.

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8891,16 +8891,6 @@
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-
],
89048894
"2025-10-01": [
89058895
{
89068896
"location": "SecurityAdvisory.cvss",

0 commit comments

Comments
 (0)