You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug
Building with esbuild and redundant types, I get Error: Cannot determine GraphQL input type for 'take' of 'AggregateMyModelArgs' class. Is the value, that is used as its TS type or explicit type, decorated with a proper decorator or is it a proper input value?
To Reproduce
Generate with redundant types and try to load/run using esbuild/not-tsc
Expected Behavior
No failure to get type using redundant types
Environment (please complete the following information):
OS: [e.g. ubuntu 22]
Node (e.g. lts)
"typegraphql-prisma": "0.28.0"
Prisma 5.18.0
ts "typescript": "~5.5.3",
The text was updated successfully, but these errors were encountered:
Describe the Bug
Building with esbuild and redundant types, I get
Error: Cannot determine GraphQL input type for 'take' of 'AggregateMyModelArgs' class. Is the value, that is used as its TS type or explicit type, decorated with a proper decorator or is it a proper input value?
To Reproduce
Generate with redundant types and try to load/run using esbuild/not-tsc
Expected Behavior
No failure to get type using redundant types
Environment (please complete the following information):
"typegraphql-prisma": "0.28.0"
5.18.0
"typescript": "~5.5.3",
The text was updated successfully, but these errors were encountered: