@graphql-codegen/typescript-operations
Version:
GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments
8 lines (7 loc) • 470 B
text/typescript
import { TypeScriptOperationVariablesToObject as TSOperationVariablesToObject } from '@graphql-codegen/typescript';
export declare class TypeScriptOperationVariablesToObject extends TSOperationVariablesToObject {
protected formatTypeString(fieldType: string, _isNonNullType: boolean, _hasDefaultValue: boolean): string;
protected clearOptional(str: string): string;
protected wrapMaybe(type: string): string;
protected getScalar(name: string): string;
}