Compare commits
No commits in common. "7662f1f0501f5b875cf9cce0b45449551c4613cf" and "f57f6dc32dbb05c177c12ae2f9bc63ccc21ba7de" have entirely different histories.
7662f1f050
...
f57f6dc32d
@ -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