UNPKG

580 BTypeScriptView Raw
1import { Types, PluginFunction } from '@graphql-codegen/plugin-helpers';
2import { GraphQLSchema } from 'graphql';
3import { TypeScriptPluginConfig } from './config.js';
4export * from './typescript-variables-to-object.js';
5export * from './visitor.js';
6export * from './config.js';
7export * from './introspection-visitor.js';
8export declare const plugin: PluginFunction<TypeScriptPluginConfig, Types.ComplexPluginOutput>;
9export declare function includeIntrospectionTypesDefinitions(schema: GraphQLSchema, documents: Types.DocumentFile[], config: TypeScriptPluginConfig): string[];