Compare commits

..

No commits in common. "7662f1f0501f5b875cf9cce0b45449551c4613cf" and "f57f6dc32dbb05c177c12ae2f9bc63ccc21ba7de" have entirely different histories.

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 {