We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca72b89 commit 70a4cffCopy full SHA for 70a4cff
packages/presets/near-operation-file/src/fragment-resolver.ts
@@ -66,7 +66,7 @@ function buildFragmentRegistry(
66
fragmentImports.push({
67
name: baseVisitor.convertName(name, {
68
useTypesPrefix: true,
69
- suffix: `_${typeName}_${fragmentSuffix}`,
+ suffix: `_${typeName}${fragmentSuffix ? `_${fragmentSuffix}` : ''}`,
70
}),
71
kind: 'type',
72
});
0 commit comments