UNPKG

graphql-codegen-typescript-resolvers

Version:

graphql-codegen-cli template for TypeScript typings for both client side and server side

4 lines (3 loc) 179 B
/// <reference types="handlebars" /> import { Type } from 'graphql-codegen-core'; export declare function importMappers(types: Type[], options: Handlebars.HelperOptions): string;