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
  • aggregationFieldId: ID
  • # Id of the field used to define groups to aggregate, if whole set is used for
  • # aggregation
  • operationFieldId: ID
  • # Operation which defines function used at aggregation
  • aggregationOperator: AggregationOperator!
  • }