INPUT_OBJECT
CustomerUpdateInput
link GraphQL Schema definition
1 input CustomerUpdateInput { 2 3 Status : 4 5 String : 6 7 Gender : 8 9 Date : 10 11 String : 12 13 CustomerBillingAddressInput : 14 15 Boolean : 16 17 # Exactly one input field should be provided 18 MarketInput : 19 20 # Exactly one input field should be provided 21 PricelistInput : 22 23 TaxClassInput : 24 25 LanguageInput : 26 27 # Assign an external ID to reference this object by it later 28 String : 29 }