graphql-query-mapper icon indicating copy to clipboard operation
graphql-query-mapper copied to clipboard

Use aggregators

Open wtrocki opened this issue 5 years ago • 1 comments

https://blog.hasura.io/architecture-of-a-high-performance-graphql-to-sql-server-58d9944b8a87/

wtrocki avatar Nov 17 '19 11:11 wtrocki

FYI @darahayes Instead of the data loader we can use onoy root resolver with query mapper like in hasura. We need json mapping enabled so joins will be decomposed into nested structure.

wtrocki avatar Nov 17 '19 11:11 wtrocki