Skip to main content

CreateAttachmentFolderInput

Autogenerated input type of CreateAttachmentFolder

input CreateAttachmentFolderInput {
clientMutationId: String
params: AttachmentFolderCreateInput!
}

Fields

CreateAttachmentFolderInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CreateAttachmentFolderInput.params ● AttachmentFolderCreateInput! non-null input

Attachment folder create params

Member Of

createAttachmentFolder mutation