Skip to main content

SupportTicketCreateAttachmentsInput Input

Declaration

input SupportTicketCreateAttachmentsInput {
filename: String!
size: Int!
}

Fields

NameTypeDescription
filenameString!Name of the file to upload. The filename will be sanitized and used as the S3 key.
sizeInt!Size of the file.