INPUT_OBJECT
Input for creating a new folder
input CreateFolderInput {# Name of the new foldername: String!# ID of the parent folder (null to create in root directory)parentId: ID}