DEV Community

Anon
Anon

Posted on

It feels like you can't reach simplicity with REST nor graphql, when it comes to joins. With graphql, the resolvers get complicated. With REST, it's easier to join the data using sql/orm, but then there is more boilerplate serializing the joining data.

Top comments (0)