OBJECT

PaginatedFolders

Paginated response for folder queries

link GraphQL Schema definition

  • type PaginatedFolders {
  • # List of folders for the current page
  • folders: [Folder!]!
  • # Total number of folders matching the query
  • totalCount: Int!
  • }