OBJECT
ReportSchema
link GraphQL Schema definition
- type ReportSchema {
- # Flat list of the report's structure items (tables and pivots) linked by parent
- # identifiers to form the report tree; exactly one item is the root.
- : [ReportStructureItem!]!
- # This flag defines if report should be handled with advanced report GUI or not
- : Boolean
- }