Compare commits
No commits in common. "f57f6dc32dbb05c177c12ae2f9bc63ccc21ba7de" and "58f01c567cb9f7a766302e378715e373621ca2e2" have entirely different histories.
f57f6dc32d
...
58f01c567c
@ -73,6 +73,7 @@ export type AggregationInput =
|
||||
| { bucketSet?: never; datetimeRange?: never; enum: EnumAggregation };
|
||||
|
||||
export enum AlignedIntervalEnum {
|
||||
Day = "DAY",
|
||||
Month = "MONTH",
|
||||
Week = "WEEK",
|
||||
Year = "YEAR",
|
||||
|
@ -125,6 +125,7 @@ enum AlignedIntervalEnum {
|
||||
MONTH
|
||||
YEAR
|
||||
WEEK
|
||||
DAY
|
||||
}
|
||||
|
||||
input FilterInput @oneOf {
|
||||
|
Loading…
Reference in New Issue
Block a user