|
|
|
|
|
by heneryville
1949 days ago
|
|
Some people do try to generate a single SQL query that covers all nested resolves. See Join Monster [1]. I'm skeptical that it would ever work well in SQL. Datomic, being close to a graph database, makes constructing a single deep query for all resolvers fairly straight forward. This is the approach my team is taking now. It's worked quite a bit better than my DataLoader biased intuition suggested. [1] https://join-monster.readthedocs.io/en/latest/ |
|