fragment ProductPageGallery on ProductInterface {
  __typename
  media_gallery {
    __typename
    label
    position
    disabled
    ...ProductImage
    ...ProductVideo
  }
  url_key
}
