added ref4 (#169)

This commit is contained in:
Arwid Thornström
2025-02-21 10:24:40 +01:00
committed by GitHub
parent 6e66c5ed7f
commit efab961a29
5 changed files with 10 additions and 3 deletions
+2
View File
@@ -266,6 +266,7 @@ type Product {
ref1: String
ref2: String
ref3: String
ref4: String
related: [Product]
wallpaperTypes: [ProductWallpaperType]!
fields: ProductFields
@@ -423,6 +424,7 @@ input ProductInfoInput {
ref1: String!
ref2: String!
ref3: String!
ref4: String!
designerId: Int
browsable: Boolean!
visible: Boolean!