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