47: refactor interiors mutation to handle uri (#48)
* 47: refactor interiors mutation to handle uri * removed log
This commit is contained in:
+1
-1
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user