|
|
|
|
|
by latchkey
1769 days ago
|
|
Same. I paired that with https://typegraphql.com/ (which builds the graphql schema dynamically from the code using buildSchemaSync) and MikroORM (which you can overlap your entities with to remove duplication there) and it was a totally generated solution with full type safety. A bit crazy complex to setup so many moving pieces, but once it is, it works great. |
|