OBJECT

FolderContent

Complete contents of a folder including navigation path and all items

link GraphQL Schema definition

  • type FolderContent {
  • # Breadcrumb path from root to current folder
  • path: [Folder!]!
  • # Subfolders directly contained in this folder
  • folders: [Folder!]!
  • # Files directly contained in this folder
  • files: [File!]!
  • }