Skip to content

DeleteCustomModuleFileAttachmentPayload

Autogenerated return type of DeleteCustomModuleFileAttachment.

Fields

file_attachment · FileAttachment · The file attachment that was deleted
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of DeleteCustomModuleFileAttachment.
"""
type DeleteCustomModuleFileAttachmentPayload {
"""
The file attachment that was deleted
"""
file_attachment: FileAttachment
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}