Break out ref and copyright to own responses (#79)

This commit is contained in:
Niklas Fondberg
2021-10-27 13:15:16 +02:00
committed by GitHub
parent 56ad07edf8
commit 68e7414e32
4 changed files with 46 additions and 26 deletions
+7
View File
@@ -103,6 +103,8 @@ type ProductsSearchResult {
keywords: [Keyword]
categories: [Category]
designers: [Designer]
copyrights: [Copyright]
references: [Product]
}
input InteriorsFilterInput {
@@ -277,6 +279,11 @@ type Batch {
products: [Product]
}
type Copyright {
name: String!
products: [Product]
}
type Product {
id: ID!
stockid: Int