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:
Niklas Fondberg
2021-09-07 15:38:03 +02:00
committed by GitHub
co-authored by Arwid Thornström
parent f73cc8be5f
commit 3f5a1b9169
4 changed files with 1 additions and 19 deletions
-5
View File
@@ -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 {