Return empty strings for batch and copyright (#31)
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user