-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lazy loading belongs to #8859
Lazy loading belongs to #8859
Conversation
- @aws-amplify/ui-angular@1.0.21 - @aws-amplify/ui-components@1.7.5 - @aws-amplify/ui-react@1.2.12 - @aws-amplify/ui-storybook@2.0.12 - @aws-amplify/ui-vue@1.1.6 - @aws-amplify/analytics@5.0.12 - @aws-amplify/api-graphql@2.2.1 - @aws-amplify/api-rest@2.0.12 - @aws-amplify/api@4.0.12 - @aws-amplify/auth@4.3.2 - aws-amplify-angular@6.0.12 - aws-amplify-react@5.0.12 - aws-amplify@4.2.6 - @aws-amplify/cache@4.0.14 - @aws-amplify/core@4.2.6 - @aws-amplify/datastore-storage-adapter@1.1.0 - @aws-amplify/datastore@3.4.0 - @aws-amplify/interactions@4.0.12 - @aws-amplify/predictions@4.0.12 - @aws-amplify/pubsub@4.1.4 - @aws-amplify/pushnotification@4.2.6 - @aws-amplify/storage@4.3.7 - @aws-amplify/xr@3.0.12
- @aws-amplify/ui-angular@1.0.22 - @aws-amplify/ui-components@1.7.6 - @aws-amplify/ui-react@1.2.13 - @aws-amplify/ui-storybook@2.0.13 - @aws-amplify/ui-vue@1.1.7 - @aws-amplify/analytics@5.0.13 - @aws-amplify/api-graphql@2.2.2 - @aws-amplify/api-rest@2.0.13 - @aws-amplify/api@4.0.13 - @aws-amplify/auth@4.3.3 - aws-amplify-angular@6.0.13 - aws-amplify-react@5.0.13 - aws-amplify@4.2.7 - @aws-amplify/cache@4.0.15 - @aws-amplify/core@4.2.7 - @aws-amplify/datastore-storage-adapter@1.1.1 - @aws-amplify/datastore@3.4.1 - @aws-amplify/interactions@4.0.13 - @aws-amplify/predictions@4.0.13 - @aws-amplify/pubsub@4.1.5 - @aws-amplify/pushnotification@4.2.7 - @aws-amplify/storage@4.3.8 - @aws-amplify/xr@3.0.13
Codecov Report
@@ Coverage Diff @@
## datastore-laziness #8859 +/- ##
======================================================
+ Coverage 77.81% 77.87% +0.05%
======================================================
Files 240 243 +3
Lines 17198 17496 +298
Branches 3680 3765 +85
======================================================
+ Hits 13383 13625 +242
- Misses 3690 3743 +53
- Partials 125 128 +3
Continue to review full report at Codecov.
|
- @aws-amplify/ui-angular@1.0.23 - @aws-amplify/ui-components@1.7.7 - @aws-amplify/ui-react@1.2.14 - @aws-amplify/ui-storybook@2.0.14 - @aws-amplify/ui-vue@1.1.8 - @aws-amplify/analytics@5.0.14 - @aws-amplify/api-graphql@2.2.3 - @aws-amplify/api-rest@2.0.14 - @aws-amplify/api@4.0.14 - @aws-amplify/auth@4.3.4 - aws-amplify-angular@6.0.14 - aws-amplify-react@5.0.14 - aws-amplify@4.2.8 - @aws-amplify/cache@4.0.16 - @aws-amplify/core@4.2.8 - @aws-amplify/datastore-storage-adapter@1.1.2 - @aws-amplify/datastore@3.4.2 - @aws-amplify/interactions@4.0.14 - @aws-amplify/predictions@4.0.14 - @aws-amplify/pubsub@4.1.6 - @aws-amplify/pushnotification@4.2.8 - @aws-amplify/storage@4.3.9 - @aws-amplify/xr@3.0.14
…ify-js into LazyLoadingBelongsTo
This pull request has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
Description of changes
Lazy Loading added to items with BelongsTo relationshipsIssue #, if available
Description of how you validated changes
Added Unit test and modified eager loading tests
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.