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