Skip to content

Commit 8d57cad

Browse files
docs-botrachmari
andauthored
GraphQL schema update (#52153)
Co-authored-by: rachmari <[email protected]>
1 parent 1b58a2a commit 8d57cad

File tree

5 files changed

+54
-0
lines changed

5 files changed

+54
-0
lines changed

src/graphql/data/fpt/changelog.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": []
7+
}
8+
],
9+
"previewChanges": [],
10+
"upcomingChanges": [
11+
{
12+
"title": "The following changes will be made to the schema:",
13+
"changes": [
14+
"<p>On member <code>AddMobileDevicePublicKeyPayload.expiresAt</code>:<code>expiresAt</code> will be removed. Do not rely on this field, it is currently set to a date far in the future if a device key is expirationless <strong>Effective 2025-01-01</strong>.</p>"
15+
]
16+
}
17+
],
18+
"date": "2024-08-29"
19+
},
220
{
321
"schemaChanges": [
422
{

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,3 +658,11 @@ upcoming_changes:
658658
date: '2024-10-01T00:00:00+00:00'
659659
criticality: breaking
660660
owner: stevepopovich
661+
- location: AddMobileDevicePublicKeyPayload.expiresAt
662+
description:
663+
'`expiresAt` will be removed. Do not rely on this field, it is currently
664+
set to a date far in the future if a device key is expirationless'
665+
reason: We are deprecating expirations for mobile device keys used in mobile 2FA
666+
date: '2025-01-01T00:00:00+00:00'
667+
criticality: breaking
668+
owner: chriskirkland

src/graphql/data/fpt/upcoming-changes.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
2+
"2025-01-01": [
3+
{
4+
"location": "AddMobileDevicePublicKeyPayload.expiresAt",
5+
"description": "<p><code>expiresAt</code> will be removed. Do not rely on this field, it is currently set to a date far in the future if a device key is expirationless</p>",
6+
"reason": "<p>We are deprecating expirations for mobile device keys used in mobile 2FA</p>",
7+
"date": "2025-01-01",
8+
"criticality": "breaking",
9+
"owner": "chriskirkland"
10+
}
11+
],
212
"2024-10-01": [
313
{
414
"location": "Workflow.hasWorkflowDispatchTrigger",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,3 +658,11 @@ upcoming_changes:
658658
date: '2024-10-01T00:00:00+00:00'
659659
criticality: breaking
660660
owner: stevepopovich
661+
- location: AddMobileDevicePublicKeyPayload.expiresAt
662+
description:
663+
'`expiresAt` will be removed. Do not rely on this field, it is currently
664+
set to a date far in the future if a device key is expirationless'
665+
reason: We are deprecating expirations for mobile device keys used in mobile 2FA
666+
date: '2025-01-01T00:00:00+00:00'
667+
criticality: breaking
668+
owner: chriskirkland

src/graphql/data/ghec/upcoming-changes.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
2+
"2025-01-01": [
3+
{
4+
"location": "AddMobileDevicePublicKeyPayload.expiresAt",
5+
"description": "<p><code>expiresAt</code> will be removed. Do not rely on this field, it is currently set to a date far in the future if a device key is expirationless</p>",
6+
"reason": "<p>We are deprecating expirations for mobile device keys used in mobile 2FA</p>",
7+
"date": "2025-01-01",
8+
"criticality": "breaking",
9+
"owner": "chriskirkland"
10+
}
11+
],
212
"2024-10-01": [
313
{
414
"location": "Workflow.hasWorkflowDispatchTrigger",

0 commit comments

Comments
 (0)