Skip to content

Commit c5738e5

Browse files
GraphQL schema update (#61869)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
1 parent 4e8df5b commit c5738e5

5 files changed

Lines changed: 50 additions & 0 deletions

File tree

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>CopilotAgentTask.type</code>:<code>type</code> will be removed. Use <code>codingAgentFilter</code> and <code>codingAgentTypeFilter</code> instead. <strong>Effective 2026-10-01</strong>.</p>"
15+
]
16+
}
17+
],
18+
"date": "2026-06-23"
19+
},
220
{
321
"schemaChanges": [
422
{

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7998,6 +7998,14 @@ upcoming_changes:
79987998
date: '2026-07-01T00:00:00+00:00'
79997999
criticality: breaking
80008000
owner: peter-evans
8001+
- location: CopilotAgentTask.type
8002+
description:
8003+
'`type` will be removed. Use `codingAgentFilter` and `codingAgentTypeFilter`
8004+
instead.'
8005+
reason: '`type` will be removed.'
8006+
date: '2026-10-01T00:00:00+00:00'
8007+
criticality: breaking
8008+
owner: github/copilot-mission-control
80018009
- location: User.viewerRelevantRepositories
80028010
description:
80038011
'`viewerRelevantRepositories` will be removed. Use viewerCopilotChatRepositorySuggestions

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
"date": "2026-10-01",
2626
"criticality": "breaking",
2727
"owner": "github/client-apps-platform"
28+
},
29+
{
30+
"location": "CopilotAgentTask.type",
31+
"description": "<p><code>type</code> will be removed. Use <code>codingAgentFilter</code> and <code>codingAgentTypeFilter</code> instead.</p>",
32+
"reason": "<p><code>type</code> will be removed.</p>",
33+
"date": "2026-10-01",
34+
"criticality": "breaking",
35+
"owner": "github/copilot-mission-control"
2836
}
2937
],
3038
"2026-07-01": [

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7998,6 +7998,14 @@ upcoming_changes:
79987998
date: '2026-07-01T00:00:00+00:00'
79997999
criticality: breaking
80008000
owner: peter-evans
8001+
- location: CopilotAgentTask.type
8002+
description:
8003+
'`type` will be removed. Use `codingAgentFilter` and `codingAgentTypeFilter`
8004+
instead.'
8005+
reason: '`type` will be removed.'
8006+
date: '2026-10-01T00:00:00+00:00'
8007+
criticality: breaking
8008+
owner: github/copilot-mission-control
80018009
- location: User.viewerRelevantRepositories
80028010
description:
80038011
'`viewerRelevantRepositories` will be removed. Use viewerCopilotChatRepositorySuggestions

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
"date": "2026-10-01",
2626
"criticality": "breaking",
2727
"owner": "github/client-apps-platform"
28+
},
29+
{
30+
"location": "CopilotAgentTask.type",
31+
"description": "<p><code>type</code> will be removed. Use <code>codingAgentFilter</code> and <code>codingAgentTypeFilter</code> instead.</p>",
32+
"reason": "<p><code>type</code> will be removed.</p>",
33+
"date": "2026-10-01",
34+
"criticality": "breaking",
35+
"owner": "github/copilot-mission-control"
2836
}
2937
],
3038
"2026-07-01": [

0 commit comments

Comments
 (0)