You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/appsync-modelgen-plugin/src/__tests__/visitors/gqlv2-regression-tests/__snapshots__/appsync-javascript-visitor.test.ts.snap
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -443,6 +443,8 @@ export {
443
443
444
444
exports[`AppSyncJavascriptVisitor - GQLv2 Regression Tests Works on record creation and updating timestamp 2`] = `
445
445
"import {ModelInit, MutableModel} from \\"@aws-amplify/datastore\\";
446
+
// @ts-ignore
447
+
import {LazyLoading, LazyLoadingDisabled} from \\"@aws-amplify/datastore\\";
446
448
447
449
type TodoMetaData = {
448
450
readOnlyFields: 'createdOn'|'updatedOn';
@@ -777,6 +779,8 @@ export {
777
779
778
780
exports[`AppSyncJavascriptVisitor - GQLv2 Regression Tests Works when configuring a secondary index 2`] = `
779
781
"import {ModelInit, MutableModel} from \\"@aws-amplify/datastore\\";
782
+
// @ts-ignore
783
+
import {LazyLoading, LazyLoadingDisabled} from \\"@aws-amplify/datastore\\";
0 commit comments