47: refactor interiors mutation to handle uri (#48)

* 47: refactor interiors mutation to handle uri

* removed log
This commit is contained in:
Arwid Thornström
2021-09-17 15:40:50 +02:00
committed by GitHub
parent 042a3ed0fa
commit 613ec8aad0
3 changed files with 36 additions and 29 deletions
+1 -1
View File
@@ -441,7 +441,7 @@ type Mutation {
markets: [ProductBlacklistingInput]
): Product
productGroup(productId: Int!, groupIds: [Int]): Product
productGroupInteriors(productId: Int!, groupId: Int!, roomNames: [String]): Product
productGroupInteriors(productId: Int!, groupId: Int!, uris: [String]): Product
productKeywords(productId: Int!, keywordIds: [Int]): Product
productProportionsWarning(
productId: Int!