INPUT_OBJECT
AccountUpdateInput
link GraphQL Schema definition
1 input AccountUpdateInput { 2 3 String : 4 5 Status : 6 7 String : 8 9 String : 10 11 String : 12 13 Int : 14 15 AccountDiscountsInput : 16 17 Boolean : 18 19 Boolean : 20 21 Boolean : 22 23 Boolean : 24 25 CarrierInformationInput : 26 27 MarketInput : 28 29 PricelistInput : 30 31 # To remove allocation rule from an account, pass null as id 32 AllocationRuleInput : 33 34 # To remove payment terms from an account, pass null as id 35 TermsInput : 36 37 # To remove shipping terms from an account, pass null as id 38 TermsInput : 39 40 # To remove sales representative from an account, pass null as id 41 SalesRepresentativeInput : 42 43 # To remove tax class from an account, pass null as id 44 TaxClassInput : 45 46 # To remove a document template from an account, pass null as id 47 DocumentTemplateInput : 48 49 BrandInput!] : [ 50 51 BrandInput!] : [ 52 53 AdminUserInput!] : [ 54 55 AdminUserInput!] : [ 56 57 AccountMainAddressInput : 58 59 AccountShippingAddressInput : 60 61 AccountBillingAddressInput : 62 }