Replies: 1 comment
-
Hi @xoldyckk, Could you try using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to test a resolver function code. When I try to invoke that resolver typescript throws the following error :-




Cannot invoke an object which is possibly 'undefined'.
. I looked around and found an issue for this which has been fixed :- fix. I read the fix and addedmakeResolverTypeCallable: true
to mycodegen.yml
file :-It's still throwing the same error.
What's the fix?
Beta Was this translation helpful? Give feedback.
All reactions