Cannot determine GraphQL output type #868
-
I found several issues referencing this error and they made me think it has to be an issue with using babel instead of "real" transpiling with tsc so i went and extracted my type-graphql api, which was part of a nextjs project (thus babel). Compiling it with tsc and running the resulting javascript still gives me the same error. I've been debugging this for 8 hours straight now but have gotten nowhere. I hope you can help me out! <3 So the concrete error that occurs when the schema is built is this:
Here's a minimal project which demonstrates the issue. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
TAR file? Really? On a GitHub? Please make a proper github repository for me to browse the code, or just paste a snippet with the |
Beta Was this translation helpful? Give feedback.
TAR file? Really? On a GitHub?
Please make a proper github repository for me to browse the code, or just paste a snippet with the
Page
class file.