File tree 5 files changed +66
-0
lines changed
5 files changed +66
-0
lines changed Original file line number Diff line number Diff line change 1
1
[
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
+ },
2
16
{
3
17
"schemaChanges": [
4
18
{
Original file line number Diff line number Diff line change @@ -12818,6 +12818,16 @@ type Enterprise implements AnnouncementBanner & Node {
12818
12818
"""
12819
12819
ownerInfo: EnterpriseOwnerInfo
12820
12820
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
+
12821
12831
"""
12822
12832
The HTTP path for this enterprise.
12823
12833
"""
Original file line number Diff line number Diff line change 21177
21177
"kind": "objects",
21178
21178
"href": "/graphql/reference/objects#enterpriseownerinfo"
21179
21179
},
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
+ },
21180
21196
{
21181
21197
"name": "resourcePath",
21182
21198
"description": "<p>The HTTP path for this enterprise.</p>",
Original file line number Diff line number Diff line change @@ -12818,6 +12818,16 @@ type Enterprise implements AnnouncementBanner & Node {
12818
12818
"""
12819
12819
ownerInfo: EnterpriseOwnerInfo
12820
12820
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
+
12821
12831
"""
12822
12832
The HTTP path for this enterprise.
12823
12833
"""
Original file line number Diff line number Diff line change 21177
21177
"kind": "objects",
21178
21178
"href": "/graphql/reference/objects#enterpriseownerinfo"
21179
21179
},
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
+ },
21180
21196
{
21181
21197
"name": "resourcePath",
21182
21198
"description": "<p>The HTTP path for this enterprise.</p>",
You can’t perform that action at this time.
0 commit comments