Skip to content

Commit

Permalink
chore: update GraphQL schema dump
Browse files Browse the repository at this point in the history
Co-authored-by: octodog <[email protected]>
  • Loading branch information
jopemachine and lablup-octodog committed Dec 8, 2024
1 parent e492b5c commit 02f7617
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ai/backend/manager/api/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,9 @@ type VirtualFolder implements Item {
cur_size: BigInt
cloneable: Boolean
status: String

"""Added in 24.12.0."""
status_history: JSONString

Check notice on line 892 in src/ai/backend/manager/api/schema.graphql

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Field 'status_history' was added to object type 'VirtualFolder'

Field 'status_history' was added to object type 'VirtualFolder'
}

type ComputeSession implements Item {
Expand Down

0 comments on commit 02f7617

Please sign in to comment.