Unable to infer GraphQL type from TypeScript reflection system #1050
Unanswered
AlexanderFagrelius
asked this question in
Q&A
Replies: 1 comment 8 replies
-
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I am trying to add "motorid" to the accessory mutation so i can add it to the joined table on the MySQL database via Apollo server but i am getting the error
Unable to infer GraphQL type from TypeScript reflection system. You need to provide explicit type for argument named 'motorId' of 'Accessory' of 'AccessoryResolver' class.
The Accessory entity and modules
The Motor entity and modules
Beta Was this translation helpful? Give feedback.
All reactions