DEV Community

Discussion on: Python Flask GraphQL with Graphene

Collapse
 
azamanaza profile image
Miguel Felipe Calo • Edited

"On the other hand, when fetching for the same data with REST we would end up with multiple REST roundtrips"

IMO, anything graphql does, rest can and vice versa. But when you're doing more REST things on a graphql api, then you should just go REST.

Many rest frameworks support "data" or property filtering.