You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is exactly what I think as well. This library generates one SQL query from the whole GraphQL query, so the joining is done by the database itself. I used it with great results in the past. Unfortunately the types are not really handled by this.
But give it a try yourself, to see a comparison!
Wouldn't the right control for this experiment be the optimal SQL query with all the joins done by postgres instead of prisma?
The text was updated successfully, but these errors were encountered: