ENUM

ItemType

Enumeration of item types in the file system

link GraphQL Schema definition

  • enum ItemType {
  • # Represents a file item
  • FILE
  • # Represents a folder item
  • FOLDER
  • }