Skip to main content

ProductContentItemUpdateInput

Input object for updating an existing ProductContentItem Image

input ProductContentItemUpdateInput {
alt: String
category: String
contentItemId: ID!
position: Int
productId: ID!
}

Fields​

ProductContentItemUpdateInput.alt ● String scalar​

ProductContentItemUpdateInput.category ● String scalar​

ProductContentItemUpdateInput.contentItemId ● ID! non-null scalar​

ProductContentItemUpdateInput.position ● Int scalar​

Used to determine what order the content comes out in. Positive Integers are allowed, up to 9,999,999,999, and it does not have to be unique or sequential.

ProductContentItemUpdateInput.productId ● ID! non-null scalar​

Member of​

updateProductContentItem mutation