OBJECT
ReportComponent
link GraphQL Schema definition
- type ReportComponent {
- # The component's unique key.
- : String!
- # The human-readable name of the component
- : String!
- # Whether the component is currently protected from deletion.
- : Boolean!
- # The contents of the component script.
- : String
- # Evaluate a report component against report data, returning the result.
- #
- # Arguments
- # filter: [Not documented]
- # debug: [Not documented]
- # reportCode: [Not documented]
- (: ReportComponentFilter, : Boolean, : String!): ReportComponentResult
- }