FolderDetails

open_in_new

GraphQL Schema definition

  • input FolderDetails {
  • # Name of the new folder
  • name: String!
  • # ID of the parent folder. If there is not parent folder, use the root folder id
  • # of the organization.
  • parent: ID!
  • }