UNPKG

326 BTypeScriptView Raw
1import { TypeScriptOperationVariablesToObject as TSOperationVariablesToObject } from '@graphql-codegen/typescript';
2export declare class TypeScriptOperationVariablesToObject extends TSOperationVariablesToObject {
3 protected formatTypeString(fieldType: string, _isNonNullType: boolean, _hasDefaultValue: boolean): string;
4}