OBJECT
AggregationRelation
link GraphQL Schema definition
- type AggregationRelation {
- # Id of the field used to aggregate on each identified groups, set to NULL if
- # aggregation operation is count
- : ID
- # Id of the field used to define groups to aggregate, if whole set is used for
- # aggregation
- : ID
- # Operation which defines function used at aggregation
- : AggregationOperator!
- }