- input ExternalAttachmentDetails {
- # The type of media to attach.
- AttachmentMediaType! :
- # The source url of the media to attach.
- String :
- # The link to the thumbnail image of the media to attach.
- String :
- # The height of the media
- Int :
- # The width of the media
- Int :
- }