OBJECT

ReportSchema

link GraphQL Schema definition

  • type ReportSchema {
  • structure: [ReportStructureItem!]!
  • # This flag defines if report should be handled with advanced report GUI or not
  • isAdvancedReport: Boolean
  • }