Objects
ProductImageType
Type containing all information about a product image
Type containing all information about a product image
type ProductImageType {
fileName: String!
tags: [String]
}
Fields
fileName ● String! non-null scalar required
The file name of the product image.
tags ● [String] list scalar
Custom tags associated with the product image.
Member Of
ProductType object ● RelatedProductType object