OBJECT
ResolverLogAggregationSet
link GraphQL Schema definition
- type ResolverLogAggregationSet {
- # Arguments
- # field: [Not documented]
- (: ResolverLogNumericField): MetricAggregationResult
- # Arguments
- # field: [Not documented]
- # precision_threshhold: [Not documented]
- (: ResolverLogField, : Int): MetricAggregationResult
- # Arguments
- # field: [Not documented]
- (: ResolverLogNumericField): MetricAggregationResult
- # Arguments
- # field: [Not documented]
- (: ResolverLogNumericField): MetricAggregationResult
- # Arguments
- # field: [Not documented]
- (: ResolverLogNumericField): MetricAggregationResult
- # Arguments
- # field: [Not documented]
- (: ResolverLogNumericField): StatsAggregationResult
- # Arguments
- # field: [Not documented]
- (: ResolverLogNumericField): MetricAggregationResult
- # Arguments
- # field: [Not documented]
- (: ResolverLogNumericField): MetricAggregationResult
- # Arguments
- # field: [Not documented]
- # format: [Not documented]
- # ranges: [Not documented]
- (
- : ResolverLogDateTimeField,
- : String,
- : [DateRangeInput]!
- ): ResolverLogBucketAggregation
- # Arguments
- # field: [Not documented]
- # interval: [Not documented]
- # format: [Not documented]
- # time_zone: [Not documented]
- # missing: [Not documented]
- (
- : ResolverLogDateTimeField,
- : String,
- : String,
- : String,
- : String
- ): ResolverLogBucketAggregation
- # Arguments
- # field: [Not documented]
- # size: [Not documented]
- # missing: [Not documented]
- (: ResolverLogStringField, : Int, : String): ResolverLogBucketAggregation
- # Arguments
- # term: [Not documented]
- (: ResolverLogTermFilter): ResolverLogFilterAggregation
- }