This repository was archived by the owner on May 5, 2024. It is now read-only.
This repository was archived by the owner on May 5, 2024. It is now read-only.
Type-graphql issue #5
Open
Description
Type reflection seems to be buggy. I'm getting random errors like this:
"Unable to infer GraphQL type from TypeScript reflection system. You need to provide explicit type for 'XXXX' of 'XXXX' class."
This is happening with reflect-metadata
being imported in the endpoint and the schema file. Importing it into each individual class file doesn't seem to work either. Any ideas?