File tree Expand file tree Collapse file tree 8 files changed +53
-1
lines changed Expand file tree Collapse file tree 8 files changed +53
-1
lines changed Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff line change 11{
2- "sha" : " 5e89c323e6faeb51983c291889ae7a753c034f65 "
2+ "sha" : " e680ec9630baac564d42ed50fd5804471cc6cdfa "
33}
Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff line change 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>",
Original file line number Diff line number Diff line change 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>",
Original file line number Diff line number Diff line change 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>",
You can’t perform that action at this time.
0 commit comments