aws-amplify / amplify-android

The fastest and easiest way to use AWS from your Android app.
https://docs.amplify.aws/lib/q/platform/android/
Apache License 2.0
249 stars 117 forks source link

feat(api): Add authMode support to lazy loaded models #2847

Closed mattcreaser closed 4 months ago

mattcreaser commented 5 months ago

Issue #, if available:

Description of changes: When loading a lazy model/list with an authMode we pass that through and use it to also load the referenced models.

How did you test these changes?

Documentation update required?

General Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.