@@ -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
|
||||
"""
|
||||
|
||||
@@ -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
|
||||
"""
|
||||
|
||||
@@ -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
|
||||
"""
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"sha": "5e89c323e6faeb51983c291889ae7a753c034f65"
|
||||
"sha": "e680ec9630baac564d42ed50fd5804471cc6cdfa"
|
||||
}
|
||||
@@ -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": [
|
||||
{
|
||||
|
||||
@@ -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>",
|
||||
|
||||
@@ -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>",
|
||||
|
||||
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user