Misleading documentation

Author: eldoyCreated Jun 4, 2021Updated Jun 15, 2026

Taken from https://www.howtographql.com/basics/1-graphql-is-the-better-rest/

"With REST, you have to make three requests to different endpoints to fetch the required data. You’re also overfetching since the endpoints return additional information that’s not needed."

Both of those points are just plain wrong, you can design that just as you want when not using GraphQL. Maybe update the page here to be more objective?

Source: howtographql/howtographql