OBJECT

Root

Definition of the type Root. Represents a root folder

link GraphQL Schema definition

  • type Root {
  • # Unique identifier of the root
  • id: ID!
  • # Name of the root
  • name: String!
  • }

link Require by