OBJECT
A tree node
type node {# The node idid: String! # The node parent idparentId: String # The keys for contentkeys: [String!]! # The content as itemGroupsitemGroups: [ItemGroup!]! # The node children idschildIds: [String!]! }