Merge pull request 'Add day back' (#70) from kat/add-day-back into master

Reviewed-on: #70
This commit is contained in:
Kat Huang 2024-10-05 14:44:27 -06:00
commit 7662f1f050
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 {