ExternalAttachmentDetails

open_in_new

GraphQL Schema definition

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