OBJECT

VoucherActionResult

link GraphQL Schema definition

1type VoucherActionResult implements DiscountActionResult {
2id: Int!
3
4type: VoucherActionResultType!
5
6paramsJSON: String
7
8# All elements are always returned
9#
10# Arguments
11# where: (self-explanatory)
12reusableValues(where: VoucherReuseValueFilter): [VoucherReusableValue!]!
13
14}