Skip to content

Commit 6280fba

Browse files
committed
docs(appsync): fix typo
1 parent 694d68f commit 6280fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/event_handler/appsync.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ You can nest `app.resolver()` decorator multiple times when resolving fields wit
374374
}
375375

376376
type Query {
377-
listLocations: [Todo]
377+
listLocations: [Location]
378378
}
379379

380380
type Location {

0 commit comments

Comments
 (0)