From 02fded0496ac59e7003e1a618b906f131fb83fa9 Mon Sep 17 00:00:00 2001 From: Kezz Date: Tue, 17 Dec 2024 12:06:51 +0000 Subject: [PATCH] breaking: Remove the deprecated Statistics#value field Instead, you should be using rotationValue --- schema.graphqls | 7 ------- 1 file changed, 7 deletions(-) diff --git a/schema.graphqls b/schema.graphqls index 12ff48a..5aa38eb 100644 --- a/schema.graphqls +++ b/schema.graphqls @@ -417,13 +417,6 @@ type Party { "Statistic-related data." type Statistics { - "Returns the raw value stored for this statistic." - value( - statisticKey: String! - @spectaql(options: [{ key: "example", value: "games_played" }]) - ): StatisticValueResult - @deprecated(reason: "This value is not backed by a rotation and will be removed. Use `rotationValue` instead.") - """ Returns the value stored for the given statistic in a rotation.