Skip to content

Commit

Permalink
GraphQL schema update (#51205)
Browse files Browse the repository at this point in the history
Co-authored-by: rachmari <[email protected]>
  • Loading branch information
docs-bot and rachmari authored Jun 14, 2024
1 parent d2caa9c commit 8ebd35f
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/graphql/data/fpt/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Field <code>readme</code> was added to object type <code>Enterprise</code></p>",
"<p>Field <code>readmeHTML</code> was added to object type <code>Enterprise</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2024-06-14"
},
{
"schemaChanges": [
{
Expand Down
10 changes: 10 additions & 0 deletions src/graphql/data/fpt/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -12818,6 +12818,16 @@ type Enterprise implements AnnouncementBanner & Node {
"""
ownerInfo: EnterpriseOwnerInfo

"""
The raw content of the enterprise README.
"""
readme: String

"""
The content of the enterprise README as HTML.
"""
readmeHTML: HTML!

"""
The HTTP path for this enterprise.
"""
Expand Down
16 changes: 16 additions & 0 deletions src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21177,6 +21177,22 @@
"kind": "objects",
"href": "/graphql/reference/objects#enterpriseownerinfo"
},
{
"name": "readme",
"description": "<p>The raw content of the enterprise README.</p>",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "readmeHTML",
"description": "<p>The content of the enterprise README as HTML.</p>",
"type": "HTML!",
"id": "html",
"kind": "scalars",
"href": "/graphql/reference/scalars#html"
},
{
"name": "resourcePath",
"description": "<p>The HTTP path for this enterprise.</p>",
Expand Down
10 changes: 10 additions & 0 deletions src/graphql/data/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -12818,6 +12818,16 @@ type Enterprise implements AnnouncementBanner & Node {
"""
ownerInfo: EnterpriseOwnerInfo

"""
The raw content of the enterprise README.
"""
readme: String

"""
The content of the enterprise README as HTML.
"""
readmeHTML: HTML!

"""
The HTTP path for this enterprise.
"""
Expand Down
16 changes: 16 additions & 0 deletions src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21177,6 +21177,22 @@
"kind": "objects",
"href": "/graphql/reference/objects#enterpriseownerinfo"
},
{
"name": "readme",
"description": "<p>The raw content of the enterprise README.</p>",
"type": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
},
{
"name": "readmeHTML",
"description": "<p>The content of the enterprise README as HTML.</p>",
"type": "HTML!",
"id": "html",
"kind": "scalars",
"href": "/graphql/reference/scalars#html"
},
{
"name": "resourcePath",
"description": "<p>The HTTP path for this enterprise.</p>",
Expand Down

0 comments on commit 8ebd35f

Please sign in to comment.