|
|
|
|
|
by vosper
3266 days ago
|
|
What about using GraphQL implies that you're trying to map objects from the database? As far as I know you can just query for the fields you want (with whatever joins you might need, or subqueries, or calls out to some other system) and return them to the client. |
|