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 # Exactly one input field should be provided 28 MarketInput! : 29 30 # Exactly one input field should be provided 31 PricelistInput! : 32 33 AllocationRuleInput : 34 35 TermsInput : 36 37 TermsInput : 38 39 SalesRepresentativeInput : 40 41 TaxClassInput : 42 43 DocumentTemplateInput : 44 45 BrandInput!] : [ 46 47 AdminUserInput!] : [ 48 49 AccountMainAddressInput : 50 51 AccountShippingAddressInput : 52 53 AccountBillingAddressInput : 54 55 # Assign an external ID to reference this object by it later 56 String : 57 }