@InputType and @Table #887
-
Hello! I am trying to use a class decorated with @ ObjectType and @ Table also as an input type. When I add all three decorators to class I get an error of
My code looks like
Is it not possible to use all three decorators together? I am using sequelize(5.21.12) and sequelize-typescript(1.1.0). |
Beta Was this translation helpful? Give feedback.
Answered by
MichalLytek
May 18, 2021
Replies: 1 comment 3 replies
-
Is it a TypeGraphQL issue? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
kailey16
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it a TypeGraphQL issue?