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 9, 2024
1 parent 08ea1e7 commit fb372c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ai/backend/manager/api/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,9 @@ type ComputeContainer implements Item {
registry: String
status: String
status_changed: DateTime

"""Added in 24.12.0."""
status_history: JSONString
status_info: String
status_data: JSONString
created_at: DateTime
Expand Down Expand Up @@ -1199,6 +1202,8 @@ type ComputeSessionNode implements Node {
status: String
status_info: String
status_data: JSONString

"""Added in 24.12.0."""
status_history: JSONString
created_at: DateTime
terminated_at: DateTime
Expand Down

0 comments on commit fb372c7

Please sign in to comment.