| ▲ | iterateoften a day ago | |||||||||||||||||||||||||
a gql server in python is about as simple as you can possibly go to exposing data via an API. You can use a raw http client to query it. | ||||||||||||||||||||||||||
| ▲ | JAlexoid a day ago | parent [-] | |||||||||||||||||||||||||
You still require gql requests to deal with. There's pretty much the same amount of code to build in BFF as it is to build the same in GQL... and probably less code on the frontend. The value of GQL is pretty much equivalent to SOA orchestration - great in theory, just gets in the way in practice. Oh and not to mention that GQL will inadvertently hide away bad API design(ex. lack of pagination).. until you are left questioning why your app with 10k records in total is slow AF. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||