|
|
|
|
|
by ruslan_talpa
3278 days ago
|
|
assuming all your data comes form the same database, you can reduce one graphql query to one sql query that you can run on PostgreSQL (which is not a graph database).
So batching is not the only option (and probably not the best) |
|