@zeepkist/graphql
Preparing search index...
VoteHavingInput
Interface VoteHavingInput
Conditions for
Vote
aggregates.
interface
VoteHavingInput
{
AND
?:
null
|
VoteHavingInput
[]
;
OR
?:
null
|
VoteHavingInput
[]
;
sum
?:
null
|
VoteHavingSumInput
;
distinctCount
?:
null
|
VoteHavingDistinctCountInput
;
min
?:
null
|
VoteHavingMinInput
;
max
?:
null
|
VoteHavingMaxInput
;
average
?:
null
|
VoteHavingAverageInput
;
stddevSample
?:
null
|
VoteHavingStddevSampleInput
;
stddevPopulation
?:
null
|
VoteHavingStddevPopulationInput
;
varianceSample
?:
null
|
VoteHavingVarianceSampleInput
;
variancePopulation
?:
null
|
VoteHavingVariancePopulationInput
;
}
Index
Properties
AND?
OR?
sum?
distinct
Count?
min?
max?
average?
stddev
Sample?
stddev
Population?
variance
Sample?
variance
Population?
Properties
Optional
AND
AND
?:
null
|
VoteHavingInput
[]
Optional
OR
OR
?:
null
|
VoteHavingInput
[]
Optional
sum
sum
?:
null
|
VoteHavingSumInput
Optional
distinct
Count
distinctCount
?:
null
|
VoteHavingDistinctCountInput
Optional
min
min
?:
null
|
VoteHavingMinInput
Optional
max
max
?:
null
|
VoteHavingMaxInput
Optional
average
average
?:
null
|
VoteHavingAverageInput
Optional
stddev
Sample
stddevSample
?:
null
|
VoteHavingStddevSampleInput
Optional
stddev
Population
stddevPopulation
?:
null
|
VoteHavingStddevPopulationInput
Optional
variance
Sample
varianceSample
?:
null
|
VoteHavingVarianceSampleInput
Optional
variance
Population
variancePopulation
?:
null
|
VoteHavingVariancePopulationInput
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
Vote
aggregates.