Compare commits

..

No commits in common. "f57f6dc32dbb05c177c12ae2f9bc63ccc21ba7de" and "58f01c567cb9f7a766302e378715e373621ca2e2" have entirely different histories.

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 {