DeleteAttachmentPayload
Autogenerated return type of DeleteAttachment.
type DeleteAttachmentPayload {
clientMutationId: String
data: Attachment
errors: [Error!]!
}
Fields
DeleteAttachmentPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
DeleteAttachmentPayload.data ● Attachment object
Deleted attachment data.
DeleteAttachmentPayload.errors ● [Error!]! non-null object
List of errors
Returned By
deleteAttachment mutation