Skip to content

Commit 8b1b1e2

Browse files
Update docs/features/event-handler/appsync-graphql.md
Co-authored-by: Andrea Amorosi <[email protected]>
1 parent 92e4952 commit 8b1b1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/event-handler/appsync-graphql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ You can access the original Lambda event or context for additional information.
150150

151151
### Exception Handling
152152

153-
You can use the **`exceptionHandler`** method to handle any exception. This allows you to handle common errors outside your resolver and return a custom response.
153+
You can use the `exceptionHandler` method to handle any exception. This allows you to handle common errors outside your resolver and return a custom response.
154154

155155
The `exceptionHandler` method also supports passing an array of exceptions that you wish to handle with a single handler.
156156

0 commit comments

Comments
 (0)