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: docs/core/event_handler/appsync.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -598,9 +598,9 @@ Use the following code for `merchantInfo` and `searchMerchant` functions respect
598
598
}
599
599
```
600
600
601
-
### Custom models
601
+
### Custom data models
602
602
603
-
You can subclass `AppSyncResolverEvent` to bring your own set of methods to handle incoming events, by using `model` param in the `resolve` method.
603
+
You can subclass `AppSyncResolverEvent` to bring your own set of methods to handle incoming events, by using `data_model` param in the `resolve` method.
604
604
605
605
606
606
=== "custom_model.py"
@@ -631,7 +631,7 @@ You can subclass `AppSyncResolverEvent` to bring your own set of methods to hand
0 commit comments