OBJECT

RollupProperty

link GraphQL Schema definition

  • type RollupProperty {
  • # Id of entity_relation or field_id of field from custom relation on source entity
  • # of lookup field
  • entityRelationId: ID
  • targetEntity: EntityNameEnum!
  • entityApiName: String
  • aggregationFunction: RollupFieldAggregationFunctionEnum!
  • # Id of field which is aggregated, null on COUNT or FIRST/LAST when selecting
  • # entity
  • fieldId: ID
  • filter: FieldFilter
  • # Id of field which is used for sorting in case of functions Last and First
  • sortFieldId: ID
  • }