INTERFACE
interface ReportStructureItem {id: ID! # ID of a parent report structure, if ID is NULL this identifies root item, no # more than one root item is allowed parentId: ID # Order of the item on the within same parentsortOrder: Int! }