1
0
mirror of synced 2025-12-19 09:57:42 -05:00

GraphQL schema update (#58862)

Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com>
This commit is contained in:
docs-bot
2025-12-13 08:40:13 -08:00
committed by GitHub
parent 8922580fc0
commit c5f26db22c
5 changed files with 46 additions and 0 deletions

View File

@@ -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": [
"<p>On member <code>ReviewRequest.requestedBy</code>:<code>requestedBy</code> will be removed. Use <code>requestedByActor</code> instead. <strong>Effective 2026-04-01</strong>.</p>"
]
}
],
"date": "2025-12-13"
},
{
"schemaChanges": [
{

View File

@@ -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.

View File

@@ -784,6 +784,14 @@
"criticality": "breaking",
"owner": "audit_logs"
},
{
"location": "ReviewRequest.requestedBy",
"description": "<p><code>requestedBy</code> will be removed. Use <code>requestedByActor</code> instead.</p>",
"reason": "<p><code>requestedBy</code> will be removed.</p>",
"date": "2026-04-01",
"criticality": "breaking",
"owner": "github/client-apps-platform"
},
{
"location": "RepositoryVisibilityChangeEnableAuditEntry.userUrl",
"description": "<p><code>userUrl</code> will be removed.</p>",

View File

@@ -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.

View File

@@ -784,6 +784,14 @@
"criticality": "breaking",
"owner": "audit_logs"
},
{
"location": "ReviewRequest.requestedBy",
"description": "<p><code>requestedBy</code> will be removed. Use <code>requestedByActor</code> instead.</p>",
"reason": "<p><code>requestedBy</code> will be removed.</p>",
"date": "2026-04-01",
"criticality": "breaking",
"owner": "github/client-apps-platform"
},
{
"location": "RepositoryVisibilityChangeEnableAuditEntry.userUrl",
"description": "<p><code>userUrl</code> will be removed.</p>",