INPUT_OBJECT

CreateFolderInput

Input for creating a new folder

link GraphQL Schema definition

  • input CreateFolderInput {
  • # Name of the new folder
  • name: String!
  • # ID of the parent folder (null to create in root directory)
  • parentId: ID
  • }