OBJECT

Folder

A representation of a folder

link GraphQL Schema definition

  • type Folder {
  • # The name/path of the folder
  • name: String!
  • # The number of items within the folder
  • count: Int
  • }