@zeepkist/graphql
Preparing search index...
LevelHavingInput
Interface LevelHavingInput
Conditions for
Level
aggregates.
interface
LevelHavingInput
{
AND
?:
null
|
LevelHavingInput
[]
;
OR
?:
null
|
LevelHavingInput
[]
;
sum
?:
null
|
LevelHavingSumInput
;
distinctCount
?:
null
|
LevelHavingDistinctCountInput
;
min
?:
null
|
LevelHavingMinInput
;
max
?:
null
|
LevelHavingMaxInput
;
average
?:
null
|
LevelHavingAverageInput
;
stddevSample
?:
null
|
LevelHavingStddevSampleInput
;
stddevPopulation
?:
null
|
LevelHavingStddevPopulationInput
;
varianceSample
?:
null
|
LevelHavingVarianceSampleInput
;
variancePopulation
?:
null
|
LevelHavingVariancePopulationInput
;
}
Index
Properties
AND?
OR?
sum?
distinct
Count?
min?
max?
average?
stddev
Sample?
stddev
Population?
variance
Sample?
variance
Population?
Properties
Optional
AND
AND
?:
null
|
LevelHavingInput
[]
Optional
OR
OR
?:
null
|
LevelHavingInput
[]
Optional
sum
sum
?:
null
|
LevelHavingSumInput
Optional
distinct
Count
distinctCount
?:
null
|
LevelHavingDistinctCountInput
Optional
min
min
?:
null
|
LevelHavingMinInput
Optional
max
max
?:
null
|
LevelHavingMaxInput
Optional
average
average
?:
null
|
LevelHavingAverageInput
Optional
stddev
Sample
stddevSample
?:
null
|
LevelHavingStddevSampleInput
Optional
stddev
Population
stddevPopulation
?:
null
|
LevelHavingStddevPopulationInput
Optional
variance
Sample
varianceSample
?:
null
|
LevelHavingVarianceSampleInput
Optional
variance
Population
variancePopulation
?:
null
|
LevelHavingVariancePopulationInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
AND
OR
sum
distinct
Count
min
max
average
stddev
Sample
stddev
Population
variance
Sample
variance
Population
@zeepkist/graphql
Loading...
Conditions for
Level
aggregates.