INPUT_OBJECT
PurchaseOrderLineCreateInput
link GraphQL Schema definition
1 input PurchaseOrderLineCreateInput { 2 3 # Exactly one input field should be provided 4 : ProductVariantInput! 5 6 # Only product size ID is supported here 7 # 8 # Exactly one input field should be provided 9 : ProductSizeInput! 10 11 : Int! 12 13 : MonetaryValueInput 14 15 : CustomsType 16 17 : Float 18 }