ProductImage
No description
type ProductImage {
altText: String
createdAt: ISO8601DateTime!
height: Int
id: ID!
position: Int
product: Product!
productId: ID!
src: Url!
updatedAt: ISO8601DateTime!
width: Int
}
Fields
ProductImage.altText
● String
scalar
ProductImage.createdAt
● ISO8601DateTime!
non-null scalar
ProductImage.height
● Int
scalar
ProductImage.id
● ID!
non-null scalar
ProductImage.position
● Int
scalar
ProductImage.product
● Product!
non-null object
ProductImage.productId
● ID!
non-null scalar
ProductImage.src
● Url!
non-null scalar
ProductImage.updatedAt
● ISO8601DateTime!
non-null scalar
ProductImage.width
● Int
scalar
Member Of
ASNAvailableItem
object ● Product
object