Skip to content

Commit

Permalink
feat(core): Export ListQueryBuilder helper
Browse files Browse the repository at this point in the history
Can be useful when creating plugins which need to return PaginatedList types
  • Loading branch information
michaelbromley committed Oct 22, 2019
1 parent 34cb07e commit 5bb5c1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/service/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * from './helpers/job-manager/job';
export * from './helpers/utils/translate-entity';
export * from './helpers/list-query-builder/list-query-builder';
export * from './helpers/order-state-machine/order-state';
export * from './helpers/payment-state-machine/payment-state';
export * from './services/administrator.service';
Expand Down

0 comments on commit 5bb5c1e

Please sign in to comment.