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 44076d8 commit 850165f
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`")

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

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Field 'ComputeSession.status_history' is deprecated

Field 'ComputeSession.status_history' is deprecated

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

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Field 'ComputeSession.status_history' has deprecation reason 'Deprecated since 24.12.0; use `status_history_log`'

Field 'ComputeSession.status_history' has deprecation reason 'Deprecated since 24.12.0; use `status_history_log`'

"""Added in 24.12.0"""
status_history_log: JSONString

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

View workflow job for this annotation

GitHub Actions / GraphQL Inspector

Field 'status_history_log' was added to object type 'ComputeSession'

Field 'status_history_log' was added to object type 'ComputeSession'
Expand Down

0 comments on commit 850165f

Please sign in to comment.