It seems like Apollo Codegen has been deprecated and replaced with Apollo, see:
https://www.npmjs.com/package/apollo-codegen
https://www.npmjs.com/package/apollo
> Task :installApolloCodegen
npm WARN deprecated apollo-codegen@0.18.3: The 'apollo-codegen' command has been replaced with the more-powerful 'apollo' CLI. Switch to 'apollo' to ensure future updates and visit https://npm.im/apollo#code-generation for more information.
Based on the output, it looks like Apollo Android still uses the deprecated module, are there plans to migrate to Apollo from Apollo Codegen?
Follow up question: If a provided schema.json exists in the appropriate location, is it possible to skip node and apollo-codegen install entirely?
It seems like Apollo Codegen has been deprecated and replaced with Apollo, see:
https://www.npmjs.com/package/apollo-codegen
https://www.npmjs.com/package/apollo
Based on the output, it looks like Apollo Android still uses the deprecated module, are there plans to migrate to Apollo from Apollo Codegen?
Follow up question: If a provided schema.json exists in the appropriate location, is it possible to skip node and apollo-codegen install entirely?