INPUT_OBJECT
AccountCreateInput
link GraphQL Schema definition
1 input AccountCreateInput { 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 AllocationRuleInput : 32 33 TermsInput : 34 35 TermsInput : 36 37 SalesRepresentativeInput : 38 39 TaxClassInput : 40 41 DocumentTemplateInput : 42 43 BrandInput!] : [ 44 45 AdminUserInput!] : [ 46 47 AccountMainAddressInput : 48 49 AccountShippingAddressInput : 50 51 AccountBillingAddressInput : 52 }