UNPKG

@graphql-codegen/typescript-mongodb

Version:

GraphQL Code Generator plugin for generting a ready-to-use ORM types for MongoDB

7 lines (6 loc) 159 B
export declare class FieldsTree { private _fields; addField(path: string, type: string): void; private _getInnerField; get string(): string; }