vouchers
Get vouchers with support for pagination (filtering not implemented at the moment)
vouchers(
first: Int
last: Int
after: String
before: String
where: VoucherFilter
): VoucherConnection!
Arguments
first (Int)
last (Int)
after (String)
before (String)
where (VoucherFilter)
Type
VoucherConnection
Voucher pagination result