Skip to main content

UpdateAttachmentPayload

Autogenerated return type of UpdateAttachment.

type UpdateAttachmentPayload {
clientMutationId: String
data: Attachment
errors: [Error!]!
}

Fields

UpdateAttachmentPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateAttachmentPayload.data ● Attachment object

Updated attachment data.

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

List of errors

Returned By

updateAttachment mutation