UNPKG

feathers-graph-populate

Version:

Add lightning fast, GraphQL-like populates to your FeathersJS API.

16 lines (11 loc) 627 B
export { graphPopulate } from './hooks/graph-populate.hook' export { populate } from './hooks/populate.hook' export { getQuery } from './utils/get-query' export { populateUtil } from './utils/util.populate' export { shallowPopulate } from './hooks/shallow-populate.hook' export { paramsForServer } from './hooks/params-for-server.hook' export { paramsFromClient } from './hooks/params-from-client.hook' export { definePopulates } from './utils/define-populates' export { initApp as default } from './app/graph-populate.app' export { type GraphPopulateApplication } from './app/graph-populate.class' export * from './types'