@graphql-codegen/typescript-rtk-query
Version:
GraphQL Code Generator plugin for injecting graphql endpoints into a preconfigured RTK Query api
7 lines (6 loc) • 375 B
text/typescript
import { Types, PluginValidateFn, PluginFunction } from '@graphql-codegen/plugin-helpers';
import { RTKQueryVisitor } from './visitor.cjs';
import { RTKQueryRawPluginConfig } from './config.cjs';
export declare const plugin: PluginFunction<RTKQueryRawPluginConfig, Types.ComplexPluginOutput>;
export declare const validate: PluginValidateFn<any>;
export { RTKQueryVisitor };