ProductMediaCreateInput Input Type
No description
input ProductMediaCreateInput {
alt: String
image: Upload
product: ID!
mediaUrl: String
}
Fields
alt ● String
Alt text for a product media.
image ● Upload
Represents an image file in a multipart request.
product ● ID!
ID of an product.
mediaUrl ● String
Represents an URL to an external media.
Member Of
productMediaCreate mutation