Reached maximum number of Fields in a typeorm Entity #1574
Unanswered
davidlipson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the Bug
I have defined a typeorm entity class with many type-graphql fields. It seems I've hit my maximum (10)
async
fields, and now see this error when I try to add one more:When I delete any
async
Field this goes away so it seems to have hit a maximum?To Reproduce
Create an entity with as many
async
fields as you can...Logs
Beta Was this translation helpful? Give feedback.
All reactions