@zeepkist/graphql
Preparing search index...
LevelPointsHavingInput
Interface LevelPointsHavingInput
Conditions for
LevelPoint
aggregates.
interface
LevelPointsHavingInput
{
AND
?:
null
|
LevelPointsHavingInput
[]
;
OR
?:
null
|
LevelPointsHavingInput
[]
;
sum
?:
null
|
LevelPointsHavingSumInput
;
distinctCount
?:
null
|
LevelPointsHavingDistinctCountInput
;
min
?:
null
|
LevelPointsHavingMinInput
;
max
?:
null
|
LevelPointsHavingMaxInput
;
average
?:
null
|
LevelPointsHavingAverageInput
;
stddevSample
?:
null
|
LevelPointsHavingStddevSampleInput
;
stddevPopulation
?:
null
|
LevelPointsHavingStddevPopulationInput
;
varianceSample
?:
null
|
LevelPointsHavingVarianceSampleInput
;
variancePopulation
?:
null
|
LevelPointsHavingVariancePopulationInput
;
}
Index
Properties
AND?
OR?
sum?
distinct
Count?
min?
max?
average?
stddev
Sample?
stddev
Population?
variance
Sample?
variance
Population?
Properties
Optional
AND
AND
?:
null
|
LevelPointsHavingInput
[]
Optional
OR
OR
?:
null
|
LevelPointsHavingInput
[]
Optional
sum
sum
?:
null
|
LevelPointsHavingSumInput
Optional
distinct
Count
distinctCount
?:
null
|
LevelPointsHavingDistinctCountInput
Optional
min
min
?:
null
|
LevelPointsHavingMinInput
Optional
max
max
?:
null
|
LevelPointsHavingMaxInput
Optional
average
average
?:
null
|
LevelPointsHavingAverageInput
Optional
stddev
Sample
stddevSample
?:
null
|
LevelPointsHavingStddevSampleInput
Optional
stddev
Population
stddevPopulation
?:
null
|
LevelPointsHavingStddevPopulationInput
Optional
variance
Sample
varianceSample
?:
null
|
LevelPointsHavingVarianceSampleInput
Optional
variance
Population
variancePopulation
?:
null
|
LevelPointsHavingVariancePopulationInput
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
LevelPoint
aggregates.