From c5f26db22ce906d82e6bc22397520d9dff5e9be6 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Sat, 13 Dec 2025 08:40:13 -0800 Subject: [PATCH] GraphQL schema update (#58862) Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com> --- src/graphql/data/fpt/changelog.json | 18 ++++++++++++++++++ .../fpt/graphql_upcoming_changes.public.yml | 6 ++++++ src/graphql/data/fpt/upcoming-changes.json | 8 ++++++++ .../ghec/graphql_upcoming_changes.public.yml | 6 ++++++ src/graphql/data/ghec/upcoming-changes.json | 8 ++++++++ 5 files changed, 46 insertions(+) diff --git a/src/graphql/data/fpt/changelog.json b/src/graphql/data/fpt/changelog.json index 05c4940186..9d17f7427a 100644 --- a/src/graphql/data/fpt/changelog.json +++ b/src/graphql/data/fpt/changelog.json @@ -1,4 +1,22 @@ [ + { + "schemaChanges": [ + { + "title": "The GraphQL schema includes these changes:", + "changes": [] + } + ], + "previewChanges": [], + "upcomingChanges": [ + { + "title": "The following changes will be made to the schema:", + "changes": [ + "

On member ReviewRequest.requestedBy:requestedBy will be removed. Use requestedByActor instead. Effective 2026-04-01.

" + ] + } + ], + "date": "2025-12-13" + }, { "schemaChanges": [ { diff --git a/src/graphql/data/fpt/graphql_upcoming_changes.public.yml b/src/graphql/data/fpt/graphql_upcoming_changes.public.yml index 26920cb943..b15a5de38c 100644 --- a/src/graphql/data/fpt/graphql_upcoming_changes.public.yml +++ b/src/graphql/data/fpt/graphql_upcoming_changes.public.yml @@ -7596,6 +7596,12 @@ upcoming_changes: date: '2026-04-01T00:00:00+00:00' criticality: breaking owner: audit_logs + - location: ReviewRequest.requestedBy + description: '`requestedBy` will be removed. Use `requestedByActor` instead.' + reason: '`requestedBy` will be removed.' + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: github/client-apps-platform - location: TeamAddMemberAuditEntry.action description: '`action` will be removed.' reason: The GraphQL audit-log is deprecated. Please use the REST API instead. diff --git a/src/graphql/data/fpt/upcoming-changes.json b/src/graphql/data/fpt/upcoming-changes.json index 6fcc489e4f..a14f4cc04e 100644 --- a/src/graphql/data/fpt/upcoming-changes.json +++ b/src/graphql/data/fpt/upcoming-changes.json @@ -784,6 +784,14 @@ "criticality": "breaking", "owner": "audit_logs" }, + { + "location": "ReviewRequest.requestedBy", + "description": "

requestedBy will be removed. Use requestedByActor instead.

", + "reason": "

requestedBy will be removed.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "github/client-apps-platform" + }, { "location": "RepositoryVisibilityChangeEnableAuditEntry.userUrl", "description": "

userUrl will be removed.

", diff --git a/src/graphql/data/ghec/graphql_upcoming_changes.public.yml b/src/graphql/data/ghec/graphql_upcoming_changes.public.yml index 26920cb943..b15a5de38c 100644 --- a/src/graphql/data/ghec/graphql_upcoming_changes.public.yml +++ b/src/graphql/data/ghec/graphql_upcoming_changes.public.yml @@ -7596,6 +7596,12 @@ upcoming_changes: date: '2026-04-01T00:00:00+00:00' criticality: breaking owner: audit_logs + - location: ReviewRequest.requestedBy + description: '`requestedBy` will be removed. Use `requestedByActor` instead.' + reason: '`requestedBy` will be removed.' + date: '2026-04-01T00:00:00+00:00' + criticality: breaking + owner: github/client-apps-platform - location: TeamAddMemberAuditEntry.action description: '`action` will be removed.' reason: The GraphQL audit-log is deprecated. Please use the REST API instead. diff --git a/src/graphql/data/ghec/upcoming-changes.json b/src/graphql/data/ghec/upcoming-changes.json index 6fcc489e4f..a14f4cc04e 100644 --- a/src/graphql/data/ghec/upcoming-changes.json +++ b/src/graphql/data/ghec/upcoming-changes.json @@ -784,6 +784,14 @@ "criticality": "breaking", "owner": "audit_logs" }, + { + "location": "ReviewRequest.requestedBy", + "description": "

requestedBy will be removed. Use requestedByActor instead.

", + "reason": "

requestedBy will be removed.

", + "date": "2026-04-01", + "criticality": "breaking", + "owner": "github/client-apps-platform" + }, { "location": "RepositoryVisibilityChangeEnableAuditEntry.userUrl", "description": "

userUrl will be removed.

",