Skip to main content
Version: 3.x

ProductMediaCreateInput

No description

input ProductMediaCreateInput {
alt: String
image: Upload
product: ID!
mediaUrl: String
}

Fields

ProductMediaCreateInput.alt ● String scalar

Alt text for a product media.

ProductMediaCreateInput.image ● Upload scalar

Represents an image file in a multipart request.

ProductMediaCreateInput.product ● ID! non-null scalar

ID of an product.

ProductMediaCreateInput.mediaUrl ● String scalar

Represents an URL to an external media.

Member of

productMediaCreate mutation


Was this page helpful?