INPUT_OBJECT
BuyerCreateInput
link GraphQL Schema definition
1 input BuyerCreateInput { 2 3 # Exactly one input field should be provided 4 AccountInput! : 5 6 StoreInput! : 7 8 Status! : 9 10 String : 11 12 Boolean! : 13 14 Boolean : 15 16 BuyerAddressInput! : 17 18 # Send Welcome to Showroom email after creating new buyer. 19 # Works only if you have exactly 1 Showroom API plugin configured in store 20 Boolean : 21 22 # Assign an external ID to reference this object by it later 23 String : 24 }