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
- ID :
- EntityNameEnum! :
- String :
- RollupFieldAggregationFunctionEnum! :
- # Id of field which is aggregated, null on COUNT or FIRST/LAST when selecting
- # entity
- ID :
- FieldFilter :
- # Id of field which is used for sorting in case of functions Last and First
- ID :
- }