@zeepkist/graphql
Preparing search index...
LevelRequestHavingInput
Interface LevelRequestHavingInput
Conditions for
LevelRequest
aggregates.
interface
LevelRequestHavingInput
{
AND
?:
null
|
LevelRequestHavingInput
[]
;
OR
?:
null
|
LevelRequestHavingInput
[]
;
sum
?:
null
|
LevelRequestHavingSumInput
;
distinctCount
?:
null
|
LevelRequestHavingDistinctCountInput
;
min
?:
null
|
LevelRequestHavingMinInput
;
max
?:
null
|
LevelRequestHavingMaxInput
;
average
?:
null
|
LevelRequestHavingAverageInput
;
stddevSample
?:
null
|
LevelRequestHavingStddevSampleInput
;
stddevPopulation
?:
null
|
LevelRequestHavingStddevPopulationInput
;
varianceSample
?:
null
|
LevelRequestHavingVarianceSampleInput
;
variancePopulation
?:
null
|
LevelRequestHavingVariancePopulationInput
;
}
Index
Properties
AND?
OR?
sum?
distinct
Count?
min?
max?
average?
stddev
Sample?
stddev
Population?
variance
Sample?
variance
Population?
Properties
Optional
AND
AND
?:
null
|
LevelRequestHavingInput
[]
Optional
OR
OR
?:
null
|
LevelRequestHavingInput
[]
Optional
sum
sum
?:
null
|
LevelRequestHavingSumInput
Optional
distinct
Count
distinctCount
?:
null
|
LevelRequestHavingDistinctCountInput
Optional
min
min
?:
null
|
LevelRequestHavingMinInput
Optional
max
max
?:
null
|
LevelRequestHavingMaxInput
Optional
average
average
?:
null
|
LevelRequestHavingAverageInput
Optional
stddev
Sample
stddevSample
?:
null
|
LevelRequestHavingStddevSampleInput
Optional
stddev
Population
stddevPopulation
?:
null
|
LevelRequestHavingStddevPopulationInput
Optional
variance
Sample
varianceSample
?:
null
|
LevelRequestHavingVarianceSampleInput
Optional
variance
Population
variancePopulation
?:
null
|
LevelRequestHavingVariancePopulationInput
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
LevelRequest
aggregates.