Rollups APIsFrontend APIsGraphQL APIObjectsVoucherEdgeOn this pageVoucherEdgePagination entry. type VoucherEdge { node: Voucher! cursor: String!} Fields NameTypeDescriptionnodeVoucher!The Voucher object.cursorString!A string that serves as a pagination cursor for this particular edge.