I'm working on Android Studio with apollo to use GraphQL.
I saw that apollo-codegen has been update as Apollo-cli. Before the command was
apollo-codegen download-schema https://api.github.com/graphql
And it has been update to
apollo schema:download --endpoint=https://api.github.com/graphql
But when i check the two output they are totally different. When i update the new schema into my Android Studio i also get an error.
How did you manage it ? What do i do wrong ? Thanks by advance for the helps :)