UNPKG

@graphql-codegen/c-sharp

Version:

GraphQL Code Generator plugin for generating CSharp code based on a GraphQL schema

4 lines (3 loc) 206 B
import { PluginFunction } from '@graphql-codegen/plugin-helpers'; import { CSharpResolversPluginRawConfig } from './config.cjs'; export declare const plugin: PluginFunction<CSharpResolversPluginRawConfig>;