INTERFACE

ReportStructureItem

link GraphQL Schema definition

  • 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 parent
  • sortOrder: Int!
  • }