Skip to main content

CreateMultipleAttachmentsPayload

Autogenerated return type of CreateMultipleAttachments

type CreateMultipleAttachmentsPayload {
attachments: [Attachment!]
clientMutationId: String
errors: [String!]
}

Fields

CreateMultipleAttachmentsPayload.attachments ● [Attachment!] list object

CreateMultipleAttachmentsPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CreateMultipleAttachmentsPayload.errors ● [String!] list scalar

Returned By

createMultipleAttachments mutation