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 13, 2024
1 parent db07dd3 commit 98c21c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ai/backend/manager/api/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ type ComputeSession implements Item {
status_changed: DateTime
status_info: String
status_data: JSONString
status_history: JSONString @deprecated(reason: "Deprecated since 24.12.0; Use `status_history_log`")
status_history: JSONString @deprecated(reason: "Deprecated since 24.12.0; use `status_history_log`")

"""Added in 24.12.0"""
status_history_log: JSONString
Expand Down

0 comments on commit 98c21c0

Please sign in to comment.