Skip to main content

CreateMultipleAttachmentsInput

Autogenerated input type of CreateMultipleAttachments

input CreateMultipleAttachmentsInput {
clientMutationId: String
companyId: ID!
attachments: [AttachmentInput!]!
}

Fields

CreateMultipleAttachmentsInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CreateMultipleAttachmentsInput.companyId ● ID! non-null scalar

CreateMultipleAttachmentsInput.attachments ● [AttachmentInput!]! non-null input

Attachments list to be created.

Member Of

createMultipleAttachments mutation