UNPKG

@sonibble-creators/nest-microservice-pack

Version:
12 lines (11 loc) 267 B
/** * pagination * * contain all souce for pagination * very useful when doing pagination for the graphql using teh cursor * and event using the offset * */ export * from './pagination'; export * from './pagination.args'; export * from './pagination.payload';