File tree Expand file tree Collapse file tree 5 files changed +39
-0
lines changed
Expand file tree Collapse file tree 5 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff line change 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>",
Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff line change 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>",
You can’t perform that action at this time.
0 commit comments