Skip to content

Commit 6bb230a

Browse files
committed
remember quickfix
1 parent 64ae496 commit 6bb230a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/delegate/src/defaultMergedResolver.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ function handleFlattenedParent<TContext extends Record<string, any>>(
305305
nestedTypeName
306306
]?.resolvers.get(subschema);
307307
if (resolver) {
308+
// TODO: quickfix, think about it
308309
const subschemaTypes =
309310
stitchingInfo.mergedTypes[
310311
nestedTypeName

0 commit comments

Comments
 (0)