Migrate to a monorepo structure (#2909)
This commit is contained in:
2
packages/twenty-server/src/utils/pagination/index.ts
Normal file
2
packages/twenty-server/src/utils/pagination/index.ts
Normal file
@ -0,0 +1,2 @@
|
||||
export { ConnectionCursor, ConnectionArgs, Paginated } from './paginated';
|
||||
export { findManyCursorConnection } from './find-many-cursor-connection';
|
||||
Reference in New Issue
Block a user