ProductImageLinkInput
A set of image ids to be linked to a single product.
input ProductImageLinkInput {
imageIds: [ID!]!
productId: ID!
}
Fields
ProductImageLinkInput.imageIds ● [ID!]! non-null scalar common
The image ids to associate with the product.
ProductImageLinkInput.productId ● ID! non-null scalar common
The id of the product to associate images with.
Member Of
LinkProductImagesInput input