INPUT_OBJECT
BuyerCreateInput
link GraphQL Schema definition
1 input BuyerCreateInput { 2 3 AccountInput! : 4 5 StoreInput! : 6 7 Status! : 8 9 String : 10 11 Boolean! : 12 13 Boolean : 14 15 BuyerAddressInput! : 16 }
INPUT_OBJECT
1 input BuyerCreateInput { 2 3 AccountInput! : 4 5 StoreInput! : 6 7 Status! : 8 9 String : 10 11 Boolean! : 12 13 Boolean : 14 15 BuyerAddressInput! : 16 }