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