diff --git a/src/ai/backend/manager/api/schema.graphql b/src/ai/backend/manager/api/schema.graphql index 109ba2a402..4c42a04172 100644 --- a/src/ai/backend/manager/api/schema.graphql +++ b/src/ai/backend/manager/api/schema.graphql @@ -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