UNPKG

@eddeee888/gcg-typescript-resolver-files

Version:

This [GraphQL Code Generator](https://www.the-guild.dev/graphql/codegen) plugin creates resolvers given GraphQL schema.

6 lines (5 loc) 287 B
import type { ImportDeclaration, SourceFile } from 'ts-morph'; import type { ResolverFile } from './types'; export declare const getImportStatementWithExpectedNamedImport: (sourceFile: SourceFile, resolverFile: ResolverFile) => { importDeclaration: ImportDeclaration | undefined; };