ProductImage
type ProductImage {
fileName: String
imageId: String
isMain: Boolean!
isVideo: Boolean
order: Float!
}
Fields
fileNameStringimageIdStringId of the product image.
Whether the image is main image for the product or not.
isVideoBooleanTrue if this the media type is video
Order of the product image.