|
|
|
|
|
by the_arun
2179 days ago
|
|
> Hasura compiles the sql query where possible and otherwise uses a batching technique for external APIs, similar to haxl. This is assuming the backend (REST API behind GraphQL) should support fetch many by collection of ids API - End of the day, this needs to be done whether we are solving N+1 problem by REST or GraphQL. |
|