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