Add day #69

Merged
kkathuang merged 1 commits from kat/update-gql into master 2024-10-04 23:49:53 -06:00
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 {