Using retrofit is usually not very helpful for GraphQL as GraphQL APIs usually have a single endpoint and defining a retrofit service for just one endpoint is a bit overkill
h
hisham bin awiad
02/13/2021, 3:40 PM
Thx bro .... what about this :
Copy code
You can choose to use Apollo in android when you query is static. But what happen when the query is dynamic query?
Sure, that works too. That doesn't use a lot of the retrofit features like adapters or the typesafe models from apollo but if you're comfortable with this, go for it!