1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Merge pull request #33064 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-05-20 09:57:12 -07:00
committed by GitHub
5 changed files with 93 additions and 0 deletions

View File

@@ -1,4 +1,19 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Field <code>announcementCreatedAt</code> was added to interface <code>AnnouncementBanner</code></p>",
"<p>Field <code>announcementCreatedAt</code> was added to object type <code>Enterprise</code></p>",
"<p>Field <code>announcementCreatedAt</code> was added to object type <code>Organization</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2024-05-20"
},
{
"schemaChanges": [
{

View File

@@ -1182,6 +1182,11 @@ interface AnnouncementBanner {
"""
announcement: String
"""
The date the announcement was created
"""
announcementCreatedAt: DateTime
"""
The expiration date of the announcement, if any
"""
@@ -12544,6 +12549,11 @@ type Enterprise implements AnnouncementBanner & Node {
"""
announcement: String
"""
The date the announcement was created
"""
announcementCreatedAt: DateTime
"""
The expiration date of the announcement, if any
"""
@@ -28286,6 +28296,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
"""
announcement: String
"""
The date the announcement was created
"""
announcementCreatedAt: DateTime
"""
The expiration date of the announcement, if any
"""

View File

@@ -20660,6 +20660,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "announcementCreatedAt",
"description": "<p>The date the announcement was created.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "announcementExpiresAt",
"description": "<p>The expiration date of the announcement, if any.</p>",
@@ -38884,6 +38892,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "announcementCreatedAt",
"description": "<p>The date the announcement was created.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "announcementExpiresAt",
"description": "<p>The expiration date of the announcement, if any.</p>",
@@ -78169,6 +78185,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "announcementCreatedAt",
"description": "<p>The date the announcement was created.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "announcementExpiresAt",
"description": "<p>The expiration date of the announcement, if any.</p>",

View File

@@ -1182,6 +1182,11 @@ interface AnnouncementBanner {
"""
announcement: String
"""
The date the announcement was created
"""
announcementCreatedAt: DateTime
"""
The expiration date of the announcement, if any
"""
@@ -12544,6 +12549,11 @@ type Enterprise implements AnnouncementBanner & Node {
"""
announcement: String
"""
The date the announcement was created
"""
announcementCreatedAt: DateTime
"""
The expiration date of the announcement, if any
"""
@@ -28286,6 +28296,11 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
"""
announcement: String
"""
The date the announcement was created
"""
announcementCreatedAt: DateTime
"""
The expiration date of the announcement, if any
"""

View File

@@ -20660,6 +20660,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "announcementCreatedAt",
"description": "<p>The date the announcement was created.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "announcementExpiresAt",
"description": "<p>The expiration date of the announcement, if any.</p>",
@@ -38884,6 +38892,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "announcementCreatedAt",
"description": "<p>The date the announcement was created.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "announcementExpiresAt",
"description": "<p>The expiration date of the announcement, if any.</p>",
@@ -78169,6 +78185,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "announcementCreatedAt",
"description": "<p>The date the announcement was created.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "announcementExpiresAt",
"description": "<p>The expiration date of the announcement, if any.</p>",