Skip to content

Commit 7191eae

Browse files
docs-botheiskr
andauthored
GraphQL schema update (#56994)
Co-authored-by: heiskr <[email protected]>
1 parent 2548f7d commit 7191eae

File tree

5 files changed

+66
-0
lines changed

5 files changed

+66
-0
lines changed

src/graphql/data/fpt/changelog.json

Lines changed: 14 additions & 0 deletions
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>securityContactEmail</code> was added to object type <code>Enterprise</code></p>",
8+
"<p>Input field <code>securityContactEmail</code> of type <code>String</code> was added to input object type <code>UpdateEnterpriseProfileInput</code></p>"
9+
]
10+
}
11+
],
12+
"previewChanges": [],
13+
"upcomingChanges": [],
14+
"date": "2025-08-05"
15+
},
216
{
317
"schemaChanges": [
418
{

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13467,6 +13467,11 @@ type Enterprise implements Node {
1346713467
last: Int
1346813468
): RepositoryRulesetConnection
1346913469

13470+
"""
13471+
The enterprise's security contact email address.
13472+
"""
13473+
securityContactEmail: String
13474+
1347013475
"""
1347113476
The URL-friendly identifier for the enterprise.
1347213477
"""
@@ -64664,6 +64669,11 @@ input UpdateEnterpriseProfileInput {
6466464669
"""
6466564670
name: String
6466664671

64672+
"""
64673+
The security contact email address of the enterprise.
64674+
"""
64675+
securityContactEmail: String
64676+
6466764677
"""
6466864678
The URL of the enterprise's website.
6466964679
"""

src/graphql/data/fpt/schema.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22192,6 +22192,14 @@
2219222192
}
2219322193
]
2219422194
},
22195+
{
22196+
"name": "securityContactEmail",
22197+
"description": "<p>The enterprise's security contact email address.</p>",
22198+
"type": "String",
22199+
"id": "string",
22200+
"kind": "scalars",
22201+
"href": "/graphql/reference/scalars#string"
22202+
},
2219522203
{
2219622204
"name": "slug",
2219722205
"description": "<p>The URL-friendly identifier for the enterprise.</p>",
@@ -109373,6 +109381,14 @@
109373109381
"kind": "scalars",
109374109382
"href": "/graphql/reference/scalars#string"
109375109383
},
109384+
{
109385+
"name": "securityContactEmail",
109386+
"description": "<p>The security contact email address of the enterprise.</p>",
109387+
"type": "String",
109388+
"id": "string",
109389+
"kind": "scalars",
109390+
"href": "/graphql/reference/scalars#string"
109391+
},
109376109392
{
109377109393
"name": "websiteUrl",
109378109394
"description": "<p>The URL of the enterprise's website.</p>",

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13467,6 +13467,11 @@ type Enterprise implements Node {
1346713467
last: Int
1346813468
): RepositoryRulesetConnection
1346913469

13470+
"""
13471+
The enterprise's security contact email address.
13472+
"""
13473+
securityContactEmail: String
13474+
1347013475
"""
1347113476
The URL-friendly identifier for the enterprise.
1347213477
"""
@@ -64664,6 +64669,11 @@ input UpdateEnterpriseProfileInput {
6466464669
"""
6466564670
name: String
6466664671

64672+
"""
64673+
The security contact email address of the enterprise.
64674+
"""
64675+
securityContactEmail: String
64676+
6466764677
"""
6466864678
The URL of the enterprise's website.
6466964679
"""

src/graphql/data/ghec/schema.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22192,6 +22192,14 @@
2219222192
}
2219322193
]
2219422194
},
22195+
{
22196+
"name": "securityContactEmail",
22197+
"description": "<p>The enterprise's security contact email address.</p>",
22198+
"type": "String",
22199+
"id": "string",
22200+
"kind": "scalars",
22201+
"href": "/graphql/reference/scalars#string"
22202+
},
2219522203
{
2219622204
"name": "slug",
2219722205
"description": "<p>The URL-friendly identifier for the enterprise.</p>",
@@ -109373,6 +109381,14 @@
109373109381
"kind": "scalars",
109374109382
"href": "/graphql/reference/scalars#string"
109375109383
},
109384+
{
109385+
"name": "securityContactEmail",
109386+
"description": "<p>The security contact email address of the enterprise.</p>",
109387+
"type": "String",
109388+
"id": "string",
109389+
"kind": "scalars",
109390+
"href": "/graphql/reference/scalars#string"
109391+
},
109376109392
{
109377109393
"name": "websiteUrl",
109378109394
"description": "<p>The URL of the enterprise's website.</p>",

0 commit comments

Comments
 (0)