42: add product group interiors mutation (#44)
This commit is contained in:
@@ -441,6 +441,7 @@ type Mutation {
|
||||
markets: [ProductBlacklistingInput]
|
||||
): Product
|
||||
productGroup(productId: Int!, groupIds: [Int]): Product
|
||||
productGroupInteriors(productId: Int!, groupId: Int!, roomNames: [String]): Product
|
||||
productKeywords(productId: Int!, keywordIds: [Int]): Product
|
||||
productProportionsWarning(
|
||||
productId: Int!
|
||||
|
||||
Reference in New Issue
Block a user