UpdateAttachmentPayload
Autogenerated return type of UpdateAttachment.
type UpdateAttachmentPayload {
attachment: Attachment
clientMutationId: String
}
Fields
UpdateAttachmentPayload.attachment
● Attachment
object
UpdateAttachmentPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
Returned By
updateAttachment
mutation