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.
- : String
- # Position in the gallery
- : Int
- # Media type @deprecated(reason: "Use `type` instead
- : String
- # Media type
- : String
- # The URL of the product image or video.
- : String
- # Media label @deprecated(reason: "Use `label` instead
- : String
- # The label of the product image or video.
- : String
- # The Video data. @deprecated(reason: "Use `video` instead
- : JSON
- # The Video data.
- : JSON
- }