From 850165f370c66f20beb54c262db3cc5c498d2d26 Mon Sep 17 00:00:00 2001 From: Gyubong Lee Date: Tue, 10 Dec 2024 06:43:59 +0000 Subject: [PATCH] chore: update GraphQL schema dump Co-authored-by: octodog --- src/ai/backend/manager/api/schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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