OBJECT
FinOpsReport
link GraphQL Schema definition
- type FinOpsReport {
- FinOpsReportChart :
- # Name of user who created the report
- String! :
- # Report initial Creation timestamp
- String :
- # Description of the report
- String :
- # ID of the Report
- ID! :
- # Name of user who last updated the report
- String! :
- # Report last Modified timestamp
- String :
- # Report metadata
- FinOpsReportMetadata :
- # Name of the report.
- String! :
- # Notification details
- FinOpsReportNotification :
- # Report config created by user
- FinOpsReportQuery! :
- # Report result set genereted by the system
- FinOpsReportQueryResponse! :
- }