Skip to content

Commit e420346

Browse files
docs-botrachmari
andauthored
GraphQL schema update (#42486)
Co-authored-by: rachmari <[email protected]>
1 parent 14cdf77 commit e420346

File tree

7 files changed

+52
-0
lines changed

7 files changed

+52
-0
lines changed

data/graphql/ghae/schema.docs-ghae.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23926,6 +23926,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
2392623926
type: PinnableItemType
2392723927
): Boolean!
2392823928

23929+
"""
23930+
Identifies the date and time when the organization was archived.
23931+
"""
23932+
archivedAt: DateTime
23933+
2392923934
"""
2393023935
Audit log entries of the organization
2393123936
"""

data/graphql/ghec/schema.docs.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27271,6 +27271,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
2727127271
type: PinnableItemType
2727227272
): Boolean!
2727327273

27274+
"""
27275+
Identifies the date and time when the organization was archived.
27276+
"""
27277+
archivedAt: DateTime
27278+
2727427279
"""
2727527280
Audit log entries of the organization
2727627281
"""

data/graphql/schema.docs.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27271,6 +27271,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
2727127271
type: PinnableItemType
2727227272
): Boolean!
2727327273

27274+
"""
27275+
Identifies the date and time when the organization was archived.
27276+
"""
27277+
archivedAt: DateTime
27278+
2727427279
"""
2727527280
Audit log entries of the organization
2727627281
"""

src/graphql/data/fpt/changelog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Field <code>archivedAt</code> was added to object type <code>Organization</code></p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2023-09-12"
14+
},
215
{
316
"schemaChanges": [
417
{

src/graphql/data/fpt/schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37842,6 +37842,14 @@
3784237842
}
3784337843
]
3784437844
},
37845+
{
37846+
"name": "archivedAt",
37847+
"description": "<p>Identifies the date and time when the organization was archived.</p>",
37848+
"type": "DateTime",
37849+
"id": "datetime",
37850+
"kind": "scalars",
37851+
"href": "/graphql/reference/scalars#datetime"
37852+
},
3784537853
{
3784637854
"name": "auditLog",
3784737855
"description": "<p>Audit log entries of the organization.</p>",

src/graphql/data/ghae/schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33309,6 +33309,14 @@
3330933309
}
3331033310
]
3331133311
},
33312+
{
33313+
"name": "archivedAt",
33314+
"description": "<p>Identifies the date and time when the organization was archived.</p>",
33315+
"type": "DateTime",
33316+
"id": "datetime",
33317+
"kind": "scalars",
33318+
"href": "/graphql/reference/scalars#datetime"
33319+
},
3331233320
{
3331333321
"name": "auditLog",
3331433322
"description": "<p>Audit log entries of the organization.</p>",

src/graphql/data/ghec/schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37842,6 +37842,14 @@
3784237842
}
3784337843
]
3784437844
},
37845+
{
37846+
"name": "archivedAt",
37847+
"description": "<p>Identifies the date and time when the organization was archived.</p>",
37848+
"type": "DateTime",
37849+
"id": "datetime",
37850+
"kind": "scalars",
37851+
"href": "/graphql/reference/scalars#datetime"
37852+
},
3784537853
{
3784637854
"name": "auditLog",
3784737855
"description": "<p>Audit log entries of the organization.</p>",

0 commit comments

Comments
 (0)