Skip to main content

CreateAttachmentUploadUrlInput

No description

input CreateAttachmentUploadUrlInput {
customerId: ID!
fileName: String!
fileSizeBytes: Int!
attachmentType: AttachmentType!
}

Fields

CreateAttachmentUploadUrlInput.customerId ● ID! non-null scalar

CreateAttachmentUploadUrlInput.fileName ● String! non-null scalar

CreateAttachmentUploadUrlInput.fileSizeBytes ● Int! non-null scalar

CreateAttachmentUploadUrlInput.attachmentType ● AttachmentType! non-null enum

Member of

createAttachmentUploadUrl mutation