OBJECT

deleteFolderPayload

Autogenerated return type of deleteFolder.

link GraphQL Schema definition

  • type deleteFolderPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • folder: Folder
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }