Skip to content

Commit 93333e8

Browse files
docs-botheiskr
andauthored
GraphQL schema update (#56304)
Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com>
1 parent e33c847 commit 93333e8

File tree

5 files changed

+39
-0
lines changed

5 files changed

+39
-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>Field <code>name</code> was added to object type <code>Mannequin</code></p>"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2025-06-25"
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
@@ -21452,6 +21452,11 @@ type Mannequin implements Actor & Node & UniformResourceLocatable {
2145221452
"""
2145321453
login: String!
2145421454

21455+
"""
21456+
The display name of the imported mannequin.
21457+
"""
21458+
name: String
21459+
2145521460
"""
2145621461
The HTML path to this resource.
2145721462
"""

src/graphql/data/fpt/schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32705,6 +32705,14 @@
3270532705
"kind": "scalars",
3270632706
"href": "/graphql/reference/scalars#string"
3270732707
},
32708+
{
32709+
"name": "name",
32710+
"description": "<p>The display name of the imported mannequin.</p>",
32711+
"type": "String",
32712+
"id": "string",
32713+
"kind": "scalars",
32714+
"href": "/graphql/reference/scalars#string"
32715+
},
3270832716
{
3270932717
"name": "resourcePath",
3271032718
"description": "<p>The HTML path to this resource.</p>",

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21452,6 +21452,11 @@ type Mannequin implements Actor & Node & UniformResourceLocatable {
2145221452
"""
2145321453
login: String!
2145421454

21455+
"""
21456+
The display name of the imported mannequin.
21457+
"""
21458+
name: String
21459+
2145521460
"""
2145621461
The HTML path to this resource.
2145721462
"""

src/graphql/data/ghec/schema.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32705,6 +32705,14 @@
3270532705
"kind": "scalars",
3270632706
"href": "/graphql/reference/scalars#string"
3270732707
},
32708+
{
32709+
"name": "name",
32710+
"description": "<p>The display name of the imported mannequin.</p>",
32711+
"type": "String",
32712+
"id": "string",
32713+
"kind": "scalars",
32714+
"href": "/graphql/reference/scalars#string"
32715+
},
3270832716
{
3270932717
"name": "resourcePath",
3271032718
"description": "<p>The HTML path to this resource.</p>",

0 commit comments

Comments
 (0)