UNPKG

feathers-graph-populate

Version:

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

6 lines (4 loc) 152 B
import type { Populates } from '../types' export const definePopulates = <S = string>(populates: Populates<S>): Populates<S> => { return populates }