@graphql-codegen/typescript-graphql-apollo
Version:
GraphQL Code Generator plugin for generating a ready-to-use SDK based on apollo client and GraphQL operations
7 lines (6 loc) • 325 B
TypeScript
import { RawClientSideBasePluginConfig } from '@graphql-codegen/visitor-plugin-common';
/**
* @description This plugin generates [`graphql-request`](https://npmjs.com/package/graphql-request) ready-to-use SDK, which is fully-typed.
*/
export interface RawGraphQLApolloPluginConfig extends RawClientSideBasePluginConfig {
}