Skip to content

Commit 8ebd35f

Browse files
docs-botrachmari
andauthored
GraphQL schema update (#51205)
Co-authored-by: rachmari <[email protected]>
1 parent d2caa9c commit 8ebd35f

File tree

5 files changed

+66
-0
lines changed

5 files changed

+66
-0
lines changed

src/graphql/data/fpt/changelog.json

+14
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Field <code>readme</code> was added to object type <code>Enterprise</code></p>",
8+
"<p>Field <code>readmeHTML</code> was added to object type <code>Enterprise</code></p>"
9+
]
10+
}
11+
],
12+
"previewChanges": [],
13+
"upcomingChanges": [],
14+
"date": "2024-06-14"
15+
},
216
{
317
"schemaChanges": [
418
{

src/graphql/data/fpt/schema.docs.graphql

+10
Original file line numberDiff line numberDiff line change
@@ -12818,6 +12818,16 @@ type Enterprise implements AnnouncementBanner & Node {
1281812818
"""
1281912819
ownerInfo: EnterpriseOwnerInfo
1282012820

12821+
"""
12822+
The raw content of the enterprise README.
12823+
"""
12824+
readme: String
12825+
12826+
"""
12827+
The content of the enterprise README as HTML.
12828+
"""
12829+
readmeHTML: HTML!
12830+
1282112831
"""
1282212832
The HTTP path for this enterprise.
1282312833
"""

src/graphql/data/fpt/schema.json

+16
Original file line numberDiff line numberDiff line change
@@ -21177,6 +21177,22 @@
2117721177
"kind": "objects",
2117821178
"href": "/graphql/reference/objects#enterpriseownerinfo"
2117921179
},
21180+
{
21181+
"name": "readme",
21182+
"description": "<p>The raw content of the enterprise README.</p>",
21183+
"type": "String",
21184+
"id": "string",
21185+
"kind": "scalars",
21186+
"href": "/graphql/reference/scalars#string"
21187+
},
21188+
{
21189+
"name": "readmeHTML",
21190+
"description": "<p>The content of the enterprise README as HTML.</p>",
21191+
"type": "HTML!",
21192+
"id": "html",
21193+
"kind": "scalars",
21194+
"href": "/graphql/reference/scalars#html"
21195+
},
2118021196
{
2118121197
"name": "resourcePath",
2118221198
"description": "<p>The HTTP path for this enterprise.</p>",

src/graphql/data/ghec/schema.docs.graphql

+10
Original file line numberDiff line numberDiff line change
@@ -12818,6 +12818,16 @@ type Enterprise implements AnnouncementBanner & Node {
1281812818
"""
1281912819
ownerInfo: EnterpriseOwnerInfo
1282012820

12821+
"""
12822+
The raw content of the enterprise README.
12823+
"""
12824+
readme: String
12825+
12826+
"""
12827+
The content of the enterprise README as HTML.
12828+
"""
12829+
readmeHTML: HTML!
12830+
1282112831
"""
1282212832
The HTTP path for this enterprise.
1282312833
"""

src/graphql/data/ghec/schema.json

+16
Original file line numberDiff line numberDiff line change
@@ -21177,6 +21177,22 @@
2117721177
"kind": "objects",
2117821178
"href": "/graphql/reference/objects#enterpriseownerinfo"
2117921179
},
21180+
{
21181+
"name": "readme",
21182+
"description": "<p>The raw content of the enterprise README.</p>",
21183+
"type": "String",
21184+
"id": "string",
21185+
"kind": "scalars",
21186+
"href": "/graphql/reference/scalars#string"
21187+
},
21188+
{
21189+
"name": "readmeHTML",
21190+
"description": "<p>The content of the enterprise README as HTML.</p>",
21191+
"type": "HTML!",
21192+
"id": "html",
21193+
"kind": "scalars",
21194+
"href": "/graphql/reference/scalars#html"
21195+
},
2118021196
{
2118121197
"name": "resourcePath",
2118221198
"description": "<p>The HTTP path for this enterprise.</p>",

0 commit comments

Comments
 (0)