OBJECT
SummaryField
link GraphQL Schema definition
- type SummaryField implements ReportValueFieldInterface {
- # Unique identifier of this report value field.
- : UUID!
- # Display name of the value field as shown in the report.
- : String!
- # Rollup definition that aggregates values from related records into this field,
- # conforming to the RollupProperty type.
- : RollupProperty!
- }