Add mass edit of visible, browsable and blacklisting (#86)
* Add massedit WIP * Add massedit * Review comments * Remove more debug
This commit is contained in:
@@ -518,4 +518,14 @@ type Mutation {
|
||||
removeCategoriesFromProduct(productId: Int!, categoryIds: [Int]!): Product
|
||||
|
||||
updateProductComments(productId: Int!, comments: String!): Product
|
||||
|
||||
massUpdatePublishing(
|
||||
productIds: [Int]!
|
||||
visible: Boolean
|
||||
browsable: Boolean
|
||||
): StringResult
|
||||
massUpdateBlacklisting(
|
||||
productIds: [Int]!
|
||||
markets: [ProductBlacklistingInput]
|
||||
): StringResult
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user