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

This commit is contained in:
Kat Huang 2024-10-04 22:56:58 -06:00
parent 58f01c567c
commit 14863e3357
2 changed files with 0 additions and 2 deletions

View File

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

View File

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