1
0
mirror of synced 2026-01-09 06:03:09 -05:00

Merge pull request #28164 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-09-12 10:00:18 -07:00
committed by GitHub
8 changed files with 53 additions and 1 deletions

View File

@@ -23926,6 +23926,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
type: PinnableItemType
): Boolean!
"""
Identifies the date and time when the organization was archived.
"""
archivedAt: DateTime
"""
Audit log entries of the organization
"""

View File

@@ -27271,6 +27271,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
type: PinnableItemType
): Boolean!
"""
Identifies the date and time when the organization was archived.
"""
archivedAt: DateTime
"""
Audit log entries of the organization
"""

View File

@@ -27271,6 +27271,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
type: PinnableItemType
): Boolean!
"""
Identifies the date and time when the organization was archived.
"""
archivedAt: DateTime
"""
Audit log entries of the organization
"""

View File

@@ -1,3 +1,3 @@
{
"sha": "5e89c323e6faeb51983c291889ae7a753c034f65"
"sha": "e680ec9630baac564d42ed50fd5804471cc6cdfa"
}

View File

@@ -1,4 +1,17 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Field <code>archivedAt</code> was added to object type <code>Organization</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2023-09-12"
},
{
"schemaChanges": [
{

View File

@@ -37842,6 +37842,14 @@
}
]
},
{
"name": "archivedAt",
"description": "<p>Identifies the date and time when the organization was archived.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "auditLog",
"description": "<p>Audit log entries of the organization.</p>",

View File

@@ -33309,6 +33309,14 @@
}
]
},
{
"name": "archivedAt",
"description": "<p>Identifies the date and time when the organization was archived.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "auditLog",
"description": "<p>Audit log entries of the organization.</p>",

View File

@@ -37842,6 +37842,14 @@
}
]
},
{
"name": "archivedAt",
"description": "<p>Identifies the date and time when the organization was archived.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "auditLog",
"description": "<p>Audit log entries of the organization.</p>",