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 10, 2024
1 parent d6b288e commit 6120bee
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 @@ -925,7 +925,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`")

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

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Deprecation reason on field 'ComputeSession.status_history' has changed from 'Deprecated since 24.12.0; Use `status_history_log`' to 'Deprecated since 24.12.0; use `status_history_log`'

Deprecation reason on field 'ComputeSession.status_history' has changed from 'Deprecated since 24.12.0; Use `status_history_log`' to 'Deprecated since 24.12.0; use `status_history_log`'

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

0 comments on commit 6120bee

Please sign in to comment.