Add mutation to copy new s3 image as product image (#45)
This commit is contained in:
@@ -455,6 +455,12 @@ type Mutation {
|
||||
productId: Int!
|
||||
wallpaperTypes: [ProductWallpaperType]!
|
||||
): Product
|
||||
updateProductImage(
|
||||
productId: Int!
|
||||
uploadedS3Key: String!
|
||||
width: Int!
|
||||
height: Int!
|
||||
): String
|
||||
|
||||
addRelatedProducts(productId: Int!, articleNumbers: [String]!): Product
|
||||
removeRelatedProducts(productId: Int!, relatedProductIds: [Int]!): Product
|
||||
|
||||
Reference in New Issue
Block a user