UNPKG

@schamane/small-graphql-mongoose-middleware

Version:

![Check Code](https://github.com/schamane/small-graphql-mongoose-middleware/workflows/Check%20Code/badge.svg)

3 lines (2 loc) 179 B
import type { QueryFields, QueryFieldsType } from '../datasources/mongo/filter'; export declare const translateField: (key: string, Translations: QueryFieldsType) => QueryFields;