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