UNPKG

307 BJavaScriptView Raw
1import { TypeScriptOperationVariablesToObject as TSOperationVariablesToObject } from '@graphql-codegen/typescript';
2export class TypeScriptOperationVariablesToObject extends TSOperationVariablesToObject {
3 formatTypeString(fieldType, _isNonNullType, _hasDefaultValue) {
4 return fieldType;
5 }
6}