Skip to main content

CreateAttachmentLinkInput

Autogenerated input type of CreateAttachmentLink

input CreateAttachmentLinkInput {
clientMutationId: String
params: AttachmentLinkCreateInput!
}

Fields

CreateAttachmentLinkInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CreateAttachmentLinkInput.params ● AttachmentLinkCreateInput! non-null input

Attachment link create params

Member Of

createAttachmentLink mutation