OBJECT

ProductImage

link GraphQL Schema definition

  • type ProductImage {
  • # Alternate text for the image, commonly used for the alt attribute of img-tags.
  • alt: String
  • sizes: [ProductImageSize]! @deprecated( reason: "Images will no longer be offered in different sizes. Instead use 'url' in conjunction with our image resizing service." )
  • # Extra information, commonly used for the title attribute of img-tag. Should be
  • # shown on hover.
  • title: String
  • url: Uri
  • }