Merge pull request #46 from Photowall/148-add-mutations-for-categories
This commit is contained in:
@@ -466,4 +466,7 @@ type Mutation {
|
||||
removeRelatedProducts(productId: Int!, relatedProductIds: [Int]!): Product
|
||||
|
||||
addKeyword(name: String!, type: KeywordType): Keyword
|
||||
|
||||
addCategoriesToProduct(productId: Int!, categoryIds: [Int]!): Product
|
||||
removeCategoriesFromProduct(productId: Int!, categoryIds: [Int]!): Product
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user