INPUT_OBJECT

AttachmentInput

Attachment input

link GraphQL Schema definition

1input AttachmentInput {
4
2# Filename of the attachment.
3filename: String
7
5# Content Type of the attachment.
6mimeType: String
10
8# Data of the attachment. This data should be in base64.
9data: String
11}