GraphQL schema update (#58862)
Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com>
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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>",
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user