INPUT_OBJECT

CreateInboxFileAttachmentParams

link GraphQL Schema definition

1input CreateInboxFileAttachmentParams {
4
2# The name of the file returned from the storage
3fileName: String!
7
5# Attached file MIME Type, e.g. image/jpeg
6mimeType: InboxFileAttachmentMIMEInput!
10
8# The size of an attached file in bytes
9size: Int!
13
11# File attachment title
12title: InboxFileAttachmentTitleInput!
14}

link Required by