How to "mixin" InputType/ObjectType classes? #359
Labels
Community 👨👧
Something initiated by a community
Documentation 📖
Issues about docs
Question ❔
Not future request, proposal or bug issue
Solved ✔️
The issue has been solved
As I know a Javascript class can only extend one another class, and typescript mixin method can mix mulitple classes into one.
I tried to mixin multiple object classes by using mixin but it does not work. However "extends" is working perfectly.
Just want to know that does TypeGraphql support mixin classes on objects?
Thanks
CJ
The text was updated successfully, but these errors were encountered: