INPUT_OBJECT
SupplierUpdateInput
link GraphQL Schema definition
1 input SupplierUpdateInput { 2 3 : String 4 5 : Status 6 7 : SupplierAddressInput 8 9 : String 10 11 # To remove a payment terms from a supplier, pass null as id 12 : TermsInput 13 14 # To remove a shipping terms from a supplier, pass null as id 15 : TermsInput 16 17 # To remove a document template from a supplier, pass null as id 18 : DocumentTemplateInput 19 20 # To remove a preferred warehouse from a supplier, pass null as id 21 : NullableWarehouseInput 22 }