@zeepkist/graphql
Preparing search index...
RecordHavingInput
Interface RecordHavingInput
Conditions for
Record
aggregates.
interface
RecordHavingInput
{
AND
?:
null
|
RecordHavingInput
[]
;
OR
?:
null
|
RecordHavingInput
[]
;
sum
?:
null
|
RecordHavingSumInput
;
distinctCount
?:
null
|
RecordHavingDistinctCountInput
;
min
?:
null
|
RecordHavingMinInput
;
max
?:
null
|
RecordHavingMaxInput
;
average
?:
null
|
RecordHavingAverageInput
;
stddevSample
?:
null
|
RecordHavingStddevSampleInput
;
stddevPopulation
?:
null
|
RecordHavingStddevPopulationInput
;
varianceSample
?:
null
|
RecordHavingVarianceSampleInput
;
variancePopulation
?:
null
|
RecordHavingVariancePopulationInput
;
}
Index
Properties
AND?
OR?
sum?
distinct
Count?
min?
max?
average?
stddev
Sample?
stddev
Population?
variance
Sample?
variance
Population?
Properties
Optional
AND
AND
?:
null
|
RecordHavingInput
[]
Optional
OR
OR
?:
null
|
RecordHavingInput
[]
Optional
sum
sum
?:
null
|
RecordHavingSumInput
Optional
distinct
Count
distinctCount
?:
null
|
RecordHavingDistinctCountInput
Optional
min
min
?:
null
|
RecordHavingMinInput
Optional
max
max
?:
null
|
RecordHavingMaxInput
Optional
average
average
?:
null
|
RecordHavingAverageInput
Optional
stddev
Sample
stddevSample
?:
null
|
RecordHavingStddevSampleInput
Optional
stddev
Population
stddevPopulation
?:
null
|
RecordHavingStddevPopulationInput
Optional
variance
Sample
varianceSample
?:
null
|
RecordHavingVarianceSampleInput
Optional
variance
Population
variancePopulation
?:
null
|
RecordHavingVariancePopulationInput
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
Record
aggregates.