Unable to infer GraphQL type from TypeScript reflection system #848
-
I have args type in separate file
and when using it in resolver i get this error:
however if i add this class to resolver file i do not have any errors It is interesting because i do have other args files and they do not cause this problem. Difference that they all extend base Args type like:
where LocalizedRwquest is
any ideas how to fix it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Please show your resolver code and how you import those args. |
Beta Was this translation helpful? Give feedback.
-
Issue is gone after pc rr. Not sure why... |
Beta Was this translation helpful? Give feedback.
Issue is gone after pc rr. Not sure why...