Skip to content

Commit fc26275

Browse files
docs-botheiskr
andauthored
GraphQL schema update (#59018)
Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com>
1 parent f339893 commit fc26275

9 files changed

Lines changed: 582 additions & 4030 deletions

src/graphql/data/fpt/changelog.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Type <code>CreateTeamDiscussionInput</code> was removed</p>",
8+
"<p>Type <code>CreateTeamDiscussionPayload</code> was removed</p>",
9+
"<p>Type <code>DeleteTeamDiscussionInput</code> was removed</p>",
10+
"<p>Type <code>DeleteTeamDiscussionPayload</code> was removed</p>",
11+
"<p>Type <code>TeamDiscussion</code> was removed</p>",
12+
"<p>Type <code>TeamDiscussionConnection</code> was removed</p>",
13+
"<p>Type <code>TeamDiscussionEdge</code> was removed</p>",
14+
"<p>Type <code>TeamDiscussionOrder</code> was removed</p>",
15+
"<p>Type <code>TeamDiscussionOrderField</code> was removed</p>",
16+
"<p>Type <code>UpdateTeamDiscussionInput</code> was removed</p>",
17+
"<p>Type <code>UpdateTeamDiscussionPayload</code> was removed</p>",
18+
"<p>Field <code>createTeamDiscussion</code> was removed from object type <code>Mutation</code></p>",
19+
"<p>Field <code>deleteTeamDiscussion</code> was removed from object type <code>Mutation</code></p>",
20+
"<p>Field <code>updateTeamDiscussion</code> was removed from object type <code>Mutation</code></p>",
21+
"<p>Field <code>discussion</code> was removed from object type <code>Team</code></p>",
22+
"<p>Field <code>discussions</code> was removed from object type <code>Team</code></p>",
23+
"<p>Field <code>discussionsResourcePath</code> was removed from object type <code>Team</code></p>",
24+
"<p>Field <code>discussionsUrl</code> was removed from object type <code>Team</code></p>"
25+
]
26+
}
27+
],
28+
"previewChanges": [],
29+
"upcomingChanges": [],
30+
"date": "2026-01-05"
31+
},
232
{
333
"schemaChanges": [
434
{

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

Lines changed: 0 additions & 136 deletions
Original file line numberDiff line numberDiff line change
@@ -402,46 +402,6 @@ upcoming_changes:
402402
date: '2024-04-01T00:00:00+00:00'
403403
criticality: breaking
404404
owner: calvinchilds
405-
- location: CreateTeamDiscussionInput.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: CreateTeamDiscussionInput.private
414-
description:
415-
'`private` 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: CreateTeamDiscussionInput.teamId
422-
description:
423-
'`teamId` 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
429-
- location: CreateTeamDiscussionInput.title
430-
description:
431-
'`title` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
432-
to find a suitable replacement.'
433-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
434-
date: '2024-07-01T00:00:00+00:00'
435-
criticality: breaking
436-
owner: deborah-digges
437-
- location: CreateTeamDiscussionPayload.teamDiscussion
438-
description:
439-
'`teamDiscussion` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
440-
to find a suitable replacement.'
441-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
442-
date: '2024-07-01T00:00:00+00:00'
443-
criticality: breaking
444-
owner: deborah-digges
445405
- location: OrganizationInvitation.inviter
446406
description: '`inviter` will be removed. `inviter` will be replaced by `inviterActor`.'
447407
reason: '`inviter` will be removed.'
@@ -472,102 +432,6 @@ upcoming_changes:
472432
date: '2024-07-01T00:00:00+00:00'
473433
criticality: breaking
474434
owner: JanKoszewski
475-
- location: TeamDiscussion.authorAssociation
476-
description:
477-
'`authorAssociation` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
478-
to find a suitable replacement.'
479-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
480-
date: '2024-07-01T00:00:00+00:00'
481-
criticality: breaking
482-
owner: deborah-digges
483-
- location: TeamDiscussion.bodyVersion
484-
description:
485-
'`bodyVersion` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
486-
to find a suitable replacement.'
487-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
488-
date: '2024-07-01T00:00:00+00:00'
489-
criticality: breaking
490-
owner: deborah-digges
491-
- location: TeamDiscussion.commentsResourcePath
492-
description:
493-
'`commentsResourcePath` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
494-
to find a suitable replacement.'
495-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
496-
date: '2024-07-01T00:00:00+00:00'
497-
criticality: breaking
498-
owner: deborah-digges
499-
- location: TeamDiscussion.commentsUrl
500-
description:
501-
'`commentsUrl` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
502-
to find a suitable replacement.'
503-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
504-
date: '2024-07-01T00:00:00+00:00'
505-
criticality: breaking
506-
owner: deborah-digges
507-
- location: TeamDiscussion.isPinned
508-
description:
509-
'`isPinned` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
510-
to find a suitable replacement.'
511-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
512-
date: '2024-07-01T00:00:00+00:00'
513-
criticality: breaking
514-
owner: deborah-digges
515-
- location: TeamDiscussion.isPrivate
516-
description:
517-
'`isPrivate` 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
523-
- location: TeamDiscussion.number
524-
description:
525-
'`number` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
526-
to find a suitable replacement.'
527-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
528-
date: '2024-07-01T00:00:00+00:00'
529-
criticality: breaking
530-
owner: deborah-digges
531-
- location: TeamDiscussion.resourcePath
532-
description:
533-
'`resourcePath` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
534-
to find a suitable replacement.'
535-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
536-
date: '2024-07-01T00:00:00+00:00'
537-
criticality: breaking
538-
owner: deborah-digges
539-
- location: TeamDiscussion.team
540-
description:
541-
'`team` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
542-
to find a suitable replacement.'
543-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
544-
date: '2024-07-01T00:00:00+00:00'
545-
criticality: breaking
546-
owner: deborah-digges
547-
- location: TeamDiscussion.title
548-
description:
549-
'`title` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
550-
to find a suitable replacement.'
551-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
552-
date: '2024-07-01T00:00:00+00:00'
553-
criticality: breaking
554-
owner: deborah-digges
555-
- location: TeamDiscussion.url
556-
description:
557-
'`url` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
558-
to find a suitable replacement.'
559-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
560-
date: '2024-07-01T00:00:00+00:00'
561-
criticality: breaking
562-
owner: deborah-digges
563-
- location: TeamDiscussion.viewerCanPin
564-
description:
565-
'`viewerCanPin` will be removed. Follow the guide at https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/
566-
to find a suitable replacement.'
567-
reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
568-
date: '2024-07-01T00:00:00+00:00'
569-
criticality: breaking
570-
owner: deborah-digges
571435
- location: Workflow.hasWorkflowDispatchTrigger
572436
description:
573437
'`hasWorkflowDispatchTrigger` will be removed. Use `has_workflow_dispatch_trigger_for_branch(branch_ref)`

0 commit comments

Comments
 (0)