Replaces interval with datetime range
All checks were successful
Tests / Tests (pull_request) Successful in 17s
All checks were successful
Tests / Tests (pull_request) Successful in 17s
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user