- input ExternalAttachmentDetails {
- # The height of the media
- : Int
- # 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 width of the media
- : Int
- }