Skip to content

Commit

Permalink
chore: update api schema dump
Browse files Browse the repository at this point in the history
Co-authored-by: octodog <[email protected]>
  • Loading branch information
fregataa and lablup-octodog committed Jan 24, 2025
1 parent 8bf4e65 commit 489e4ec
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/manager/graphql-reference/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@ type Queries {

"""Added in 24.09.0."""
compute_session_nodes(
"""Added in 24.12.0."""
"""
Added in 25.2.0. Default value `system` queries across the entire system.
"""
scope_id: ScopeField

"""Added in 24.09.0."""
Expand Down Expand Up @@ -613,7 +615,7 @@ type KernelNode implements Node {
session_id: UUID
image: ImageNode

"""Added in 24.12.0."""
"""Added in 25.2.0."""
image_reference: String

"""
Expand Down Expand Up @@ -1236,10 +1238,10 @@ type ComputeSessionNode implements Node {
occupied_slots: JSONString
requested_slots: JSONString

"""Added in 24.12.0."""
"""Added in 25.2.0."""
image_references: [String]

"""Added in 24.12.0."""
"""Added in 25.2.0."""
vfolder_nodes(filter: String, order: String, offset: Int, before: String, after: String, first: Int, last: Int): VirtualFolderConnection
num_queries: BigInt
inference_metrics: JSONString
Expand Down

0 comments on commit 489e4ec

Please sign in to comment.