v0.1.0
Pre-release
Pre-release
Apollo Android initial release v0.1.0
This is the very first release of Apollo Android.
It provides a basic support for GraphQL model generation. The Android plugin will generate "plain old Java objects" that represent your query according to the schema.json
file provided.
We are still working on the documentation (readme, javadocs, etc.) so, in the meantime, please refer to the existing sample project and unit/integration tests for examples of how to use the plugin.