Rollups APIsFrontend APIsGraphQL APIObjectsVoucherConnectionOn this pageVoucherConnectionPagination result type VoucherConnection { totalCount: Int! edges: [VoucherEdge!]! pageInfo: PageInfo!} Fields totalCount (Int!) Total number of entries that match the query edges ([VoucherEdge!]!) Pagination entries returned for the current page pageInfo (PageInfo!) Pagination metadata