Skip to main content

DeleteAttachmentFolderPayload

Autogenerated return type of DeleteAttachmentFolder.

type DeleteAttachmentFolderPayload {
clientMutationId: String
data: Folder
errors: [Error!]!
}

Fields

DeleteAttachmentFolderPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

DeleteAttachmentFolderPayload.data ● Folder object

Deleted attachment folder data

DeleteAttachmentFolderPayload.errors ● [Error!]! non-null object

List of errors

Returned By

deleteAttachmentFolder mutation