Replaces interval with datetime range
All checks were successful
Tests / Tests (pull_request) Successful in 17s

This commit is contained in:
2024-11-26 13:19:33 -08:00
parent c4c3ccde00
commit 5d05614e07
2 changed files with 13 additions and 2 deletions

View File

@@ -320,6 +320,8 @@ type MedalGQL {
input MedalScope @oneOf {
videoId: Int
interval: TimeInterval
@deprecated(reason: "NO LONGER SUPPORTED, USE DATETIME_RANGE")
datetimeRange: DatetimeRangeAggregationInput
}
type GetRunsResult {