Simplify interiors api for product (#33)
* Simplify interiors api for product * removed console Co-authored-by: Arwid Thornström <arwidt@gmail.com>
This commit is contained in:
co-authored by
Arwid Thornström
parent
f73cc8be5f
commit
3f5a1b9169
@@ -64,13 +64,8 @@ type ProductsResult {
|
||||
items: [Product]
|
||||
}
|
||||
|
||||
"""
|
||||
Only return valid interiors for product, type and orientation
|
||||
"""
|
||||
input InteriorsFilterInput {
|
||||
productId: Int!
|
||||
type: InteriorType!
|
||||
orientation: Orientation!
|
||||
}
|
||||
|
||||
type Market {
|
||||
|
||||
Reference in New Issue
Block a user