Make designer optional in mutation (#30)

This commit is contained in:
Niklas Fondberg
2021-09-07 12:17:43 +02:00
committed by GitHub
parent 5986dd0a52
commit 4fee798bae
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -383,7 +383,7 @@ input ProductInfoInput {
ref1: String!
ref2: String!
ref3: String!
designerId: Int!
designerId: Int
browsable: Boolean!
visible: Boolean!
printFileWidth: Int!