Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support Amplify Android Lazy Types and Custom Selection Set (#699)
* Android CSS and LL support * Further model updates * Fix LazyModel generation logic * Only generate ModelPath if model type * lint * Fix LazyModel in builder * android lazy + css support * android updates * Add nullability requirements to CopyOfBuilder * Update to use ModelReference types * Adding tests (#697) * lint * generate CompositePKParent files correctly * WIP: attempt to check if datastore is enabled * Generate lazy if datastore is disbled * Fix indentation * PR Comments * add isDataStoreEnabled true tests * lint * Update tests * Add targetNames to belongsTo * Create manyToMany join model path files * Update API.md * add more test cases * refactor join model preset code * PR comment * pr comment * Fix unnecessary forEach iterations * Update packages/appsync-modelgen-plugin/src/visitors/appsync-java-visitor.ts Co-authored-by: Dane Pilcher <[email protected]> * Only add targetNames for HasOne on Android if lazy load support enabled --------- Co-authored-by: Michael Law <[email protected]> Co-authored-by: Dane Pilcher <[email protected]>
- Loading branch information