1
0
mirror of synced 2025-12-19 09:57:42 -05:00

GraphQL schema update (#58123)

Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com>
This commit is contained in:
docs-bot
2025-10-22 09:41:03 -07:00
committed by GitHub
parent d258ab56d1
commit 5992ca9bf4
5 changed files with 45 additions and 0 deletions

View File

@@ -1,4 +1,17 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Argument <code>query: String</code> (with default value) added to field 'ProjectV2.items'</p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2025-10-22"
},
{
"schemaChanges": [
{

View File

@@ -37388,6 +37388,11 @@ type ProjectV2 implements Closable & Node & Updatable {
Ordering options for project v2 items returned from the connection
"""
orderBy: ProjectV2ItemOrder = {field: POSITION, direction: ASC}
"""
Search query for filtering items
"""
query: String = ""
): ProjectV2ItemConnection!
"""

View File

@@ -49821,6 +49821,17 @@
"kind": "input-objects",
"href": "/graphql/reference/input-objects#projectv2itemorder"
}
},
{
"name": "query",
"defaultValue": "",
"description": "<p>Search query for filtering items.</p>",
"type": {
"name": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
}
]
},

View File

@@ -37388,6 +37388,11 @@ type ProjectV2 implements Closable & Node & Updatable {
Ordering options for project v2 items returned from the connection
"""
orderBy: ProjectV2ItemOrder = {field: POSITION, direction: ASC}
"""
Search query for filtering items
"""
query: String = ""
): ProjectV2ItemConnection!
"""

View File

@@ -49821,6 +49821,17 @@
"kind": "input-objects",
"href": "/graphql/reference/input-objects#projectv2itemorder"
}
},
{
"name": "query",
"defaultValue": "",
"description": "<p>Search query for filtering items.</p>",
"type": {
"name": "String",
"id": "string",
"kind": "scalars",
"href": "/graphql/reference/scalars#string"
}
}
]
},