DeleteAttachmentLinkPayload
Autogenerated return type of DeleteAttachmentLink.
type DeleteAttachmentLinkPayload {
clientMutationId: String
data: AttachmentLink
errors: [Error!]!
}
Fields
DeleteAttachmentLinkPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
DeleteAttachmentLinkPayload.data ● AttachmentLink object
The deleted attachment link
DeleteAttachmentLinkPayload.errors ● [Error!]! non-null object
List of errors
Returned By
deleteAttachmentLink mutation