OBJECT

MediaGalleryItem

Contains basic information about a product image or video.

link GraphQL Schema definition

  • type MediaGalleryItem {
  • # The relative URL of the product image or video.
  • image: String
  • # Position in the gallery
  • pos: Int
  • # Media type @deprecated(reason: "Use `type` instead
  • typ: String
  • # Media type
  • type: String
  • # The URL of the product image or video.
  • url: String
  • # Media label @deprecated(reason: "Use `label` instead
  • lab: String
  • # The label of the product image or video.
  • label: String
  • # The Video data. @deprecated(reason: "Use `video` instead
  • vid: JSON
  • # The Video data.
  • video: JSON
  • }