GraphQL schema update (#58123)
Co-authored-by: heiskr <1221423+heiskr@users.noreply.github.com>
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
||||
@@ -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!
|
||||
|
||||
"""
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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!
|
||||
|
||||
"""
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user