added ref4 (#169)
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user