File tree Expand file tree Collapse file tree 7 files changed +52
-0
lines changed Expand file tree Collapse file tree 7 files changed +52
-0
lines changed Original file line number Diff line number Diff line change @@ -23926,6 +23926,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
23926
23926
type: PinnableItemType
23927
23927
): Boolean!
23928
23928
23929
+ """
23930
+ Identifies the date and time when the organization was archived.
23931
+ """
23932
+ archivedAt: DateTime
23933
+
23929
23934
"""
23930
23935
Audit log entries of the organization
23931
23936
"""
Original file line number Diff line number Diff line change @@ -27271,6 +27271,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
27271
27271
type: PinnableItemType
27272
27272
): Boolean!
27273
27273
27274
+ """
27275
+ Identifies the date and time when the organization was archived.
27276
+ """
27277
+ archivedAt: DateTime
27278
+
27274
27279
"""
27275
27280
Audit log entries of the organization
27276
27281
"""
Original file line number Diff line number Diff line change @@ -27271,6 +27271,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
27271
27271
type: PinnableItemType
27272
27272
): Boolean!
27273
27273
27274
+ """
27275
+ Identifies the date and time when the organization was archived.
27276
+ """
27277
+ archivedAt: DateTime
27278
+
27274
27279
"""
27275
27280
Audit log entries of the organization
27276
27281
"""
Original file line number Diff line number Diff line change 1
1
[
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
+ },
2
15
{
3
16
"schemaChanges": [
4
17
{
Original file line number Diff line number Diff line change 37842
37842
}
37843
37843
]
37844
37844
},
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
+ },
37845
37853
{
37846
37854
"name": "auditLog",
37847
37855
"description": "<p>Audit log entries of the organization.</p>",
Original file line number Diff line number Diff line change 33309
33309
}
33310
33310
]
33311
33311
},
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
+ },
33312
33320
{
33313
33321
"name": "auditLog",
33314
33322
"description": "<p>Audit log entries of the organization.</p>",
Original file line number Diff line number Diff line change 37842
37842
}
37843
37843
]
37844
37844
},
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
+ },
37845
37853
{
37846
37854
"name": "auditLog",
37847
37855
"description": "<p>Audit log entries of the organization.</p>",
You can’t perform that action at this time.
0 commit comments