Skip to content

Commit 61a9a03

Browse files
committed
Fix test with __isTypeOf when not needed
1 parent b83b500 commit 61a9a03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/plugins/typescript/resolvers/tests/ts-resolvers.config.customDirectives.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ describe('customDirectives.sematicNonNull', () => {
6262
nonNullableListWithNonNullableItemLevel0?: Resolver<Array<ResolversTypes['String']>, ParentType, ContextType>;
6363
nonNullableListWithNonNullableItemLevel1?: Resolver<Array<ResolversTypes['String']>, ParentType, ContextType>;
6464
nonNullableListWithNonNullableItemBothLevels?: Resolver<Array<ResolversTypes['String']>, ParentType, ContextType>;
65-
__isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
6665
};
6766
`);
6867
});

0 commit comments

Comments
 (0)