Add day back
All checks were successful
Tests / Tests (pull_request) Successful in 7s

This commit is contained in:
Kat Huang 2024-10-05 14:33:39 -06:00
parent f57f6dc32d
commit 890bea2571
2 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,7 @@ export type AggregationInput =
| { bucketSet?: never; datetimeRange?: never; enum: EnumAggregation };
export enum AlignedIntervalEnum {
Day = "DAY",
Month = "MONTH",
Week = "WEEK",
Year = "YEAR",

View File

@ -125,6 +125,7 @@ enum AlignedIntervalEnum {
MONTH
YEAR
WEEK
DAY
}
input FilterInput @oneOf {