File tree Expand file tree Collapse file tree 5 files changed +66
-0
lines changed
Expand file tree Collapse file tree 5 files changed +66
-0
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff line change 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>",
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>",
Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff line change 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>",
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>",
You can’t perform that action at this time.
0 commit comments