Merge branch 'master' into 104-focus-point-mutation

This commit is contained in:
Anders Gustafsson
2021-09-07 12:45:36 +02:00
4 changed files with 46 additions and 24 deletions
+6 -3
View File
@@ -262,7 +262,7 @@ type ProductFields {
photowallResolution: Int
canvasResolution: Int
wallpaperResolution: Int
copyright: String
copyright: String!
proportionsWarning: String
marginWidthMax: Int
marginWidthMin: Int
@@ -272,7 +272,7 @@ type ProductFields {
focusYpoint: Float
focusXpoint2: Float
focusYpoint2: Float
batch: String
batch: String!
imageResolution: Int
printFileWidth: Int
printFileHeight: Int
@@ -383,9 +383,12 @@ input ProductInfoInput {
ref1: String!
ref2: String!
ref3: String!
designerId: Int!
designerId: Int
browsable: Boolean!
visible: Boolean!
printFileWidth: Int!
printFileHeight: Int!
printFileDpi: Int!
}
input ProductBlacklistingInput {