OBJECT
CalculatedField
link GraphQL Schema definition
- type CalculatedField implements ReportValueFieldInterface {
- # Unique identifier of this report value field.
- : UUID!
- # Display name of the value field as shown in the report.
- : String!
- # Formula definition that computes this field's value from other fields,
- # conforming to the AdvancedFormulaProperty type.
- : AdvancedFormulaProperty!
- }