INTERFACE
DiscountActionResult
link GraphQL Schema definition
1 interface DiscountActionResult { 2 Int! : 3 4 VoucherActionResultType! : 5 6 String : 7 8 }
INTERFACE
1 interface DiscountActionResult { 2 Int! : 3 4 VoucherActionResultType! : 5 6 String : 7 8 }