UNPKG

graphql-codegen-typescript-resolvers

Version:

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

3 lines (2 loc) 178 B
import { Type, Interface } from 'graphql-codegen-core'; export declare function importMappers(types: Type[], interfaces: Interface[], options: Handlebars.HelperOptions): string;