@zeepkist/graphql
Preparing search index...
UserPointsHavingInput
Interface UserPointsHavingInput
Conditions for
UserPoint
aggregates.
interface
UserPointsHavingInput
{
AND
?:
null
|
UserPointsHavingInput
[]
;
OR
?:
null
|
UserPointsHavingInput
[]
;
sum
?:
null
|
UserPointsHavingSumInput
;
distinctCount
?:
null
|
UserPointsHavingDistinctCountInput
;
min
?:
null
|
UserPointsHavingMinInput
;
max
?:
null
|
UserPointsHavingMaxInput
;
average
?:
null
|
UserPointsHavingAverageInput
;
stddevSample
?:
null
|
UserPointsHavingStddevSampleInput
;
stddevPopulation
?:
null
|
UserPointsHavingStddevPopulationInput
;
varianceSample
?:
null
|
UserPointsHavingVarianceSampleInput
;
variancePopulation
?:
null
|
UserPointsHavingVariancePopulationInput
;
}
Index
Properties
AND?
OR?
sum?
distinct
Count?
min?
max?
average?
stddev
Sample?
stddev
Population?
variance
Sample?
variance
Population?
Properties
Optional
AND
AND
?:
null
|
UserPointsHavingInput
[]
Optional
OR
OR
?:
null
|
UserPointsHavingInput
[]
Optional
sum
sum
?:
null
|
UserPointsHavingSumInput
Optional
distinct
Count
distinctCount
?:
null
|
UserPointsHavingDistinctCountInput
Optional
min
min
?:
null
|
UserPointsHavingMinInput
Optional
max
max
?:
null
|
UserPointsHavingMaxInput
Optional
average
average
?:
null
|
UserPointsHavingAverageInput
Optional
stddev
Sample
stddevSample
?:
null
|
UserPointsHavingStddevSampleInput
Optional
stddev
Population
stddevPopulation
?:
null
|
UserPointsHavingStddevPopulationInput
Optional
variance
Sample
varianceSample
?:
null
|
UserPointsHavingVarianceSampleInput
Optional
variance
Population
variancePopulation
?:
null
|
UserPointsHavingVariancePopulationInput
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
UserPoint
aggregates.