File tree Expand file tree Collapse file tree 5 files changed +45
-0
lines changed
Expand file tree Collapse file tree 5 files changed +45
-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>Argument <code>query: String</code> (with default value) added to field 'ProjectV2.items'</p>"
8+ ]
9+ }
10+ ],
11+ "previewChanges": [],
12+ "upcomingChanges": [],
13+ "date": "2025-10-22"
14+ },
215 {
316 "schemaChanges": [
417 {
Original file line number Diff line number Diff line change @@ -37388,6 +37388,11 @@ type ProjectV2 implements Closable & Node & Updatable {
3738837388 Ordering options for project v2 items returned from the connection
3738937389 """
3739037390 orderBy: ProjectV2ItemOrder = {field: POSITION, direction: ASC}
37391+
37392+ """
37393+ Search query for filtering items
37394+ """
37395+ query: String = ""
3739137396 ): ProjectV2ItemConnection!
3739237397
3739337398 """
Original file line number Diff line number Diff line change 4982149821 "kind": "input-objects",
4982249822 "href": "/graphql/reference/input-objects#projectv2itemorder"
4982349823 }
49824+ },
49825+ {
49826+ "name": "query",
49827+ "defaultValue": "",
49828+ "description": "<p>Search query for filtering items.</p>",
49829+ "type": {
49830+ "name": "String",
49831+ "id": "string",
49832+ "kind": "scalars",
49833+ "href": "/graphql/reference/scalars#string"
49834+ }
4982449835 }
4982549836 ]
4982649837 },
Original file line number Diff line number Diff line change @@ -37388,6 +37388,11 @@ type ProjectV2 implements Closable & Node & Updatable {
3738837388 Ordering options for project v2 items returned from the connection
3738937389 """
3739037390 orderBy: ProjectV2ItemOrder = {field: POSITION, direction: ASC}
37391+
37392+ """
37393+ Search query for filtering items
37394+ """
37395+ query: String = ""
3739137396 ): ProjectV2ItemConnection!
3739237397
3739337398 """
Original file line number Diff line number Diff line change 4982149821 "kind": "input-objects",
4982249822 "href": "/graphql/reference/input-objects#projectv2itemorder"
4982349823 }
49824+ },
49825+ {
49826+ "name": "query",
49827+ "defaultValue": "",
49828+ "description": "<p>Search query for filtering items.</p>",
49829+ "type": {
49830+ "name": "String",
49831+ "id": "string",
49832+ "kind": "scalars",
49833+ "href": "/graphql/reference/scalars#string"
49834+ }
4982449835 }
4982549836 ]
4982649837 },
You can’t perform that action at this time.
0 commit comments