Skip to content

Commit 309d1c0

Browse files
docs-botheiskr
andauthored
GraphQL schema update (#57486)
Co-authored-by: heiskr <[email protected]>
1 parent 5c8a133 commit 309d1c0

File tree

5 files changed

+31
-0
lines changed

5 files changed

+31
-0
lines changed

src/graphql/data/fpt/changelog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"<p>Enum value <code>SY</code> was added to enum <code>SponsorsCountryOrRegionCode</code></p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2025-09-10"
14+
},
215
{
316
"schemaChanges": [
417
{

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57941,6 +57941,11 @@ enum SponsorsCountryOrRegionCode {
5794157941
"""
5794257942
SX
5794357943

57944+
"""
57945+
Syria
57946+
"""
57947+
SY
57948+
5794457949
"""
5794557950
Swaziland
5794657951
"""

src/graphql/data/fpt/schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94405,6 +94405,10 @@
9440594405
"name": "SX",
9440694406
"description": "<p>Sint Maarten (Dutch part).</p>"
9440794407
},
94408+
{
94409+
"name": "SY",
94410+
"description": "<p>Syria.</p>"
94411+
},
9440894412
{
9440994413
"name": "SZ",
9441094414
"description": "<p>Swaziland.</p>"

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57941,6 +57941,11 @@ enum SponsorsCountryOrRegionCode {
5794157941
"""
5794257942
SX
5794357943

57944+
"""
57945+
Syria
57946+
"""
57947+
SY
57948+
5794457949
"""
5794557950
Swaziland
5794657951
"""

src/graphql/data/ghec/schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94405,6 +94405,10 @@
9440594405
"name": "SX",
9440694406
"description": "<p>Sint Maarten (Dutch part).</p>"
9440794407
},
94408+
{
94409+
"name": "SY",
94410+
"description": "<p>Syria.</p>"
94411+
},
9440894412
{
9440994413
"name": "SZ",
9441094414
"description": "<p>Swaziland.</p>"

0 commit comments

Comments
 (0)