Skip to content

Commit 57fb879

Browse files
docs-botheiskr
andauthored
GraphQL schema update (#58974)
Co-authored-by: heiskr <[email protected]>
1 parent ce3748e commit 57fb879

File tree

9 files changed

+205
-2918
lines changed

9 files changed

+205
-2918
lines changed

src/graphql/data/fpt/changelog.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Type <code>CreateTeamDiscussionCommentInput</code> was removed</p>",
8+
"<p>Type <code>CreateTeamDiscussionCommentPayload</code> was removed</p>",
9+
"<p>Type <code>DeleteTeamDiscussionCommentInput</code> was removed</p>",
10+
"<p>Type <code>DeleteTeamDiscussionCommentPayload</code> was removed</p>",
11+
"<p>Type <code>TeamDiscussionComment</code> was removed</p>",
12+
"<p>Type <code>TeamDiscussionCommentConnection</code> was removed</p>",
13+
"<p>Type <code>TeamDiscussionCommentEdge</code> was removed</p>",
14+
"<p>Type <code>TeamDiscussionCommentOrder</code> was removed</p>",
15+
"<p>Type <code>TeamDiscussionCommentOrderField</code> was removed</p>",
16+
"<p>Type <code>UpdateTeamDiscussionCommentInput</code> was removed</p>",
17+
"<p>Type <code>UpdateTeamDiscussionCommentPayload</code> was removed</p>",
18+
"<p>Field <code>createTeamDiscussionComment</code> was removed from object type <code>Mutation</code></p>",
19+
"<p>Field <code>deleteTeamDiscussionComment</code> was removed from object type <code>Mutation</code></p>",
20+
"<p>Field <code>updateTeamDiscussionComment</code> was removed from object type <code>Mutation</code></p>",
21+
"<p>Field <code>comments</code> (deprecated) was removed from object type <code>TeamDiscussion</code></p>"
22+
]
23+
}
24+
],
25+
"previewChanges": [],
26+
"upcomingChanges": [],
27+
"date": "2026-01-04"
28+
},
229
{
330
"schemaChanges": [
431
{

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

Lines changed: 0 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -402,30 +402,6 @@ upcoming_changes:
402402
date: '2024-04-01T00:00:00+00:00'
403403
criticality: breaking
404404
owner: calvinchilds
405-
- location: CreateTeamDiscussionCommentInput.body
406-
description:
407-
'`body` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
408-
to find a suitable replacement.'
409-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
410-
date: '2024-07-01T00:00:00+00:00'
411-
criticality: breaking
412-
owner: deborah-digges
413-
- location: CreateTeamDiscussionCommentInput.discussionId
414-
description:
415-
'`discussionId` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
416-
to find a suitable replacement.'
417-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
418-
date: '2024-07-01T00:00:00+00:00'
419-
criticality: breaking
420-
owner: deborah-digges
421-
- location: CreateTeamDiscussionCommentPayload.teamDiscussionComment
422-
description:
423-
'`teamDiscussionComment` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
424-
to find a suitable replacement.'
425-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
426-
date: '2024-07-01T00:00:00+00:00'
427-
criticality: breaking
428-
owner: deborah-digges
429405
- location: CreateTeamDiscussionInput.body
430406
description:
431407
'`body` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
@@ -512,14 +488,6 @@ upcoming_changes:
512488
date: '2024-07-01T00:00:00+00:00'
513489
criticality: breaking
514490
owner: deborah-digges
515-
- location: TeamDiscussion.comments
516-
description:
517-
'`comments` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
518-
to find a suitable replacement.'
519-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
520-
date: '2024-07-01T00:00:00+00:00'
521-
criticality: breaking
522-
owner: deborah-digges
523491
- location: TeamDiscussion.commentsResourcePath
524492
description:
525493
'`commentsResourcePath` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
@@ -600,54 +568,6 @@ upcoming_changes:
600568
date: '2024-07-01T00:00:00+00:00'
601569
criticality: breaking
602570
owner: deborah-digges
603-
- location: TeamDiscussionComment.authorAssociation
604-
description:
605-
'`authorAssociation` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
606-
to find a suitable replacement.'
607-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
608-
date: '2024-07-01T00:00:00+00:00'
609-
criticality: breaking
610-
owner: deborah-digges
611-
- location: TeamDiscussionComment.bodyVersion
612-
description:
613-
'`bodyVersion` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
614-
to find a suitable replacement.'
615-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
616-
date: '2024-07-01T00:00:00+00:00'
617-
criticality: breaking
618-
owner: deborah-digges
619-
- location: TeamDiscussionComment.discussion
620-
description:
621-
'`discussion` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
622-
to find a suitable replacement.'
623-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
624-
date: '2024-07-01T00:00:00+00:00'
625-
criticality: breaking
626-
owner: deborah-digges
627-
- location: TeamDiscussionComment.number
628-
description:
629-
'`number` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
630-
to find a suitable replacement.'
631-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
632-
date: '2024-07-01T00:00:00+00:00'
633-
criticality: breaking
634-
owner: deborah-digges
635-
- location: TeamDiscussionComment.resourcePath
636-
description:
637-
'`resourcePath` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
638-
to find a suitable replacement.'
639-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
640-
date: '2024-07-01T00:00:00+00:00'
641-
criticality: breaking
642-
owner: deborah-digges
643-
- location: TeamDiscussionComment.url
644-
description:
645-
'`url` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
646-
to find a suitable replacement.'
647-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
648-
date: '2024-07-01T00:00:00+00:00'
649-
criticality: breaking
650-
owner: deborah-digges
651571
- location: Workflow.hasWorkflowDispatchTrigger
652572
description:
653573
'`hasWorkflowDispatchTrigger` will be removed. Use `has_workflow_dispatch_trigger_for_branch(branch_ref)`

0 commit comments

Comments
 (0)