OBJECT

SummaryField

link GraphQL Schema definition

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