Answer the question
In order to leave comments, you need to log in
Is there a way to avoid boilerplate code duplication when linking C# .NET Core + Entity Framework + PostgresQL + graphQL?
I mean something like this algorithm:
1. described Entity
2. generated Entity based on them
3. based on the database (or based on Entity?) generated a graphQL scheme
(instead of manually prescribing a graphQL scheme and duplicating types)
1 and 2 does not raise questions, but the third - Googled something similar, binding to the node through some incomprehensible crutches everywhere, found one more or less understandable lib - it does not work with .net core.
Can someone clarify if it's realistic to do this, and if it's possible - with what toolset?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question