Tag: mixins
-
How to use mixins in TypeGraphQL to replicate “traits” and extend types?
1 I am trying to replicate the idea of "traits" from PHP into TypeGraphQL types. However, between abstract classes and mixins, I got a bit lost and can’t figure out what even to google…. I would like to have a bunch of traits that I can add to my types to reduce the amount of…