42: add product group interiors mutation (#44)

This commit is contained in:
Arwid Thornström
2021-09-16 09:42:06 +02:00
committed by GitHub
parent c4915cb15f
commit e52c7d4522
4 changed files with 98 additions and 1 deletions
+1
View File
@@ -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!