This commit is contained in:
parent
58f01c567c
commit
14863e3357
@ -73,7 +73,6 @@ export type AggregationInput =
|
||||
| { bucketSet?: never; datetimeRange?: never; enum: EnumAggregation };
|
||||
|
||||
export enum AlignedIntervalEnum {
|
||||
Day = "DAY",
|
||||
Month = "MONTH",
|
||||
Week = "WEEK",
|
||||
Year = "YEAR",
|
||||
|
@ -125,7 +125,6 @@ enum AlignedIntervalEnum {
|
||||
MONTH
|
||||
YEAR
|
||||
WEEK
|
||||
DAY
|
||||
}
|
||||
|
||||
input FilterInput @oneOf {
|
||||
|
Loading…
Reference in New Issue
Block a user