INPUT_OBJECT
ProductSizeCreateInput
link GraphQL Schema definition
1 input ProductSizeCreateInput { 2 3 # Exactly one input field should be provided 4 : ProductVariantInput! 5 6 # Exactly one input field should be provided 7 : SizeInput! 8 9 # Pass empty to unset EAN 10 : String 11 12 # Pass empty to unset UPC 13 : String 14 15 # SKU suffix 16 : String 17 18 : String 19 20 : Boolean 21 22 : Boolean! 23 24 : ShippingSpecificationsInput 25 }