Skip to content

Commit 6d236d5

Browse files
GraphQL schema update (#60132)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
1 parent ef1b934 commit 6d236d5

File tree

5 files changed

+66
-0
lines changed

5 files changed

+66
-0
lines changed

src/graphql/data/fpt/changelog.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Field <code>viewerCopilotAgentTaskUpdatesChannel</code> was added to interface <code>Agentic</code></p>",
8+
"<p>Field <code>viewerCopilotAgentTaskUpdatesChannel</code> was added to object type <code>User</code></p>"
9+
]
10+
}
11+
],
12+
"previewChanges": [],
13+
"upcomingChanges": [],
14+
"date": "2026-03-10"
15+
},
216
{
317
"schemaChanges": [
418
{

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,6 +1462,11 @@ interface Agentic {
14621462
"""
14631463
viewerCopilotAgentLogUpdatesChannel: String
14641464

1465+
"""
1466+
Channel value for subscribing to live updates for task updates.
1467+
"""
1468+
viewerCopilotAgentTaskUpdatesChannel: String
1469+
14651470
"""
14661471
Channel value for subscribing to live updates for session updates.
14671472
"""
@@ -68886,6 +68891,11 @@ type User implements Actor & Agentic & Node & PackageOwner & ProfileOwner & Proj
6888668891
"""
6888768892
viewerCopilotAgentLogUpdatesChannel: String
6888868893

68894+
"""
68895+
Channel value for subscribing to live updates for task updates.
68896+
"""
68897+
viewerCopilotAgentTaskUpdatesChannel: String
68898+
6888968899
"""
6889068900
Channel value for subscribing to live updates for session updates.
6889168901
"""

src/graphql/data/fpt/schema.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82438,6 +82438,14 @@
8243882438
"kind": "scalars",
8243982439
"href": "/graphql/reference/scalars#string"
8244082440
},
82441+
{
82442+
"name": "viewerCopilotAgentTaskUpdatesChannel",
82443+
"description": "<p>Channel value for subscribing to live updates for task updates.</p>",
82444+
"type": "String",
82445+
"id": "string",
82446+
"kind": "scalars",
82447+
"href": "/graphql/reference/scalars#string"
82448+
},
8244182449
{
8244282450
"name": "viewerCopilotAgentUpdatesChannel",
8244382451
"description": "<p>Channel value for subscribing to live updates for session updates.</p>",
@@ -84363,6 +84371,14 @@
8436384371
"kind": "scalars",
8436484372
"href": "/graphql/reference/scalars#string"
8436584373
},
84374+
{
84375+
"name": "viewerCopilotAgentTaskUpdatesChannel",
84376+
"description": "<p>Channel value for subscribing to live updates for task updates.</p>",
84377+
"type": "String",
84378+
"id": "string",
84379+
"kind": "scalars",
84380+
"href": "/graphql/reference/scalars#string"
84381+
},
8436684382
{
8436784383
"name": "viewerCopilotAgentUpdatesChannel",
8436884384
"description": "<p>Channel value for subscribing to live updates for session updates.</p>",

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,6 +1462,11 @@ interface Agentic {
14621462
"""
14631463
viewerCopilotAgentLogUpdatesChannel: String
14641464

1465+
"""
1466+
Channel value for subscribing to live updates for task updates.
1467+
"""
1468+
viewerCopilotAgentTaskUpdatesChannel: String
1469+
14651470
"""
14661471
Channel value for subscribing to live updates for session updates.
14671472
"""
@@ -68886,6 +68891,11 @@ type User implements Actor & Agentic & Node & PackageOwner & ProfileOwner & Proj
6888668891
"""
6888768892
viewerCopilotAgentLogUpdatesChannel: String
6888868893

68894+
"""
68895+
Channel value for subscribing to live updates for task updates.
68896+
"""
68897+
viewerCopilotAgentTaskUpdatesChannel: String
68898+
6888968899
"""
6889068900
Channel value for subscribing to live updates for session updates.
6889168901
"""

src/graphql/data/ghec/schema.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82438,6 +82438,14 @@
8243882438
"kind": "scalars",
8243982439
"href": "/graphql/reference/scalars#string"
8244082440
},
82441+
{
82442+
"name": "viewerCopilotAgentTaskUpdatesChannel",
82443+
"description": "<p>Channel value for subscribing to live updates for task updates.</p>",
82444+
"type": "String",
82445+
"id": "string",
82446+
"kind": "scalars",
82447+
"href": "/graphql/reference/scalars#string"
82448+
},
8244182449
{
8244282450
"name": "viewerCopilotAgentUpdatesChannel",
8244382451
"description": "<p>Channel value for subscribing to live updates for session updates.</p>",
@@ -84363,6 +84371,14 @@
8436384371
"kind": "scalars",
8436484372
"href": "/graphql/reference/scalars#string"
8436584373
},
84374+
{
84375+
"name": "viewerCopilotAgentTaskUpdatesChannel",
84376+
"description": "<p>Channel value for subscribing to live updates for task updates.</p>",
84377+
"type": "String",
84378+
"id": "string",
84379+
"kind": "scalars",
84380+
"href": "/graphql/reference/scalars#string"
84381+
},
8436684382
{
8436784383
"name": "viewerCopilotAgentUpdatesChannel",
8436884384
"description": "<p>Channel value for subscribing to live updates for session updates.</p>",

0 commit comments

Comments
 (0)