OBJECT
HardcodedRelation
link GraphQL Schema definition
- type HardcodedRelation {
- # Predefined relationship that selects which related record this sibling box pulls
- # in, such as the next scheduled activity, the last won opportunity or the last
- # note.
- : SiblingRelationType!
- # When true, the report keeps only main rows that have a matching related record
- # for this relation; when false, rows without a match are still shown.
- : Boolean
- # How values from multiple related records are combined into a single value (Sum,
- # Average or Max).
- : HardcodedAggregationType
- }