Skip to content

Commit 32e40f9

Browse files
docs-botheiskr
andauthored
GraphQL schema update (#59383)
Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com>
1 parent a74b3cc commit 32e40f9

File tree

5 files changed

+22
-8
lines changed

5 files changed

+22
-8
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>Issue.projectItems</code> changed type from 'ProjectV2ItemConnection!<code>to</code>ProjectV2ItemConnection'</p>",
8+
"<p>Field <code>PullRequest.projectItems</code> changed type from 'ProjectV2ItemConnection!<code>to</code>ProjectV2ItemConnection'</p>"
9+
]
10+
}
11+
],
12+
"previewChanges": [],
13+
"upcomingChanges": [],
14+
"date": "2026-01-28"
15+
},
216
{
317
"schemaChanges": [
418
{

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19282,7 +19282,7 @@ type Issue implements Assignable & Closable & Comment & Deletable & Labelable &
1928219282
Returns the last _n_ elements from the list.
1928319283
"""
1928419284
last: Int
19285-
): ProjectV2ItemConnection!
19285+
): ProjectV2ItemConnection
1928619286

1928719287
"""
1928819288
Find a project by number.
@@ -41103,7 +41103,7 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
4110341103
Returns the last _n_ elements from the list.
4110441104
"""
4110541105
last: Int
41106-
): ProjectV2ItemConnection!
41106+
): ProjectV2ItemConnection
4110741107

4110841108
"""
4110941109
Find a project by number.

src/graphql/data/fpt/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30102,7 +30102,7 @@
3010230102
{
3010330103
"name": "projectItems",
3010430104
"description": "<p>List of project items associated with this issue.</p>",
30105-
"type": "ProjectV2ItemConnection!",
30105+
"type": "ProjectV2ItemConnection",
3010630106
"id": "projectv2itemconnection",
3010730107
"kind": "objects",
3010830108
"href": "/graphql/reference/objects#projectv2itemconnection",
@@ -54714,7 +54714,7 @@
5471454714
{
5471554715
"name": "projectItems",
5471654716
"description": "<p>List of project items associated with this pull request.</p>",
54717-
"type": "ProjectV2ItemConnection!",
54717+
"type": "ProjectV2ItemConnection",
5471854718
"id": "projectv2itemconnection",
5471954719
"kind": "objects",
5472054720
"href": "/graphql/reference/objects#projectv2itemconnection",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19282,7 +19282,7 @@ type Issue implements Assignable & Closable & Comment & Deletable & Labelable &
1928219282
Returns the last _n_ elements from the list.
1928319283
"""
1928419284
last: Int
19285-
): ProjectV2ItemConnection!
19285+
): ProjectV2ItemConnection
1928619286

1928719287
"""
1928819288
Find a project by number.
@@ -41103,7 +41103,7 @@ type PullRequest implements Assignable & Closable & Comment & Labelable & Lockab
4110341103
Returns the last _n_ elements from the list.
4110441104
"""
4110541105
last: Int
41106-
): ProjectV2ItemConnection!
41106+
): ProjectV2ItemConnection
4110741107

4110841108
"""
4110941109
Find a project by number.

src/graphql/data/ghec/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30102,7 +30102,7 @@
3010230102
{
3010330103
"name": "projectItems",
3010430104
"description": "<p>List of project items associated with this issue.</p>",
30105-
"type": "ProjectV2ItemConnection!",
30105+
"type": "ProjectV2ItemConnection",
3010630106
"id": "projectv2itemconnection",
3010730107
"kind": "objects",
3010830108
"href": "/graphql/reference/objects#projectv2itemconnection",
@@ -54714,7 +54714,7 @@
5471454714
{
5471554715
"name": "projectItems",
5471654716
"description": "<p>List of project items associated with this pull request.</p>",
54717-
"type": "ProjectV2ItemConnection!",
54717+
"type": "ProjectV2ItemConnection",
5471854718
"id": "projectv2itemconnection",
5471954719
"kind": "objects",
5472054720
"href": "/graphql/reference/objects#projectv2itemconnection",

0 commit comments

Comments
 (0)