hello everyone I'm starting to use Apollo (instea...
# android
a
hello everyone I'm starting to use Apollo (instead of Retrofit )to make requests from graphql Api, I'm new to this style so i have some questions if someone experienced this before i already made the first call, and i realised that the data model generated at compile time and its not open to modify or extend it, how i can modify it, for example i need to make data model for Room database and that model is the same model of the model i will get from the api so what i have to do in this situation ? any help please