Skip to main content

ProductImage

type ProductImage {
fileName: String
imageId: String
isMain: Boolean!
isVideo: Boolean
order: Float!
}

Fields

fileNameString
imageIdString

Id of the product image.

isMainBoolean!required

Whether the image is main image for the product or not.

isVideoBoolean

True if this the media type is video

orderFloat!required

Order of the product image.