Skip to content

Commit

Permalink
feat: export DataLoader types
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 13, 2024
1 parent 1987a46 commit 4279ad2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/slonik-dataloaders/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ export { createConnectionLoaderClass } from './factories/createConnectionLoaderC
export { createListLoader } from './factories/createListLoader';
export { createNodeByIdLoader } from './factories/createNodeByIdLoader';
export { createNodeByIdLoaderClass } from './factories/createNodeByIdLoaderClass';
export {
type ColumnIdentifiers,
type Connection,
type OrderDirection,
} from './types';

0 comments on commit 4279ad2

Please sign in to comment.