Skip to content

Commit 2fe101d

Browse files
Update README.md
1 parent d1df670 commit 2fe101d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ With `apollo-resolvers`, data flows between composed resolvers in a natural orde
1515

1616
In addition to the design pattern that `apollo-resolvers` provides for creating expressive and composible resolvers, there are also several provided helper methods and classes for handling context creation and cleanup, combining resolver definitions for presentation to `graphql-tools` via `makeExecutableSchema`, and more.
1717

18+
## Example from Apollo Day
19+
20+
[![Authentication and Error Handling in GraphQL](https://img.youtube.com/vi/xaorvBjCE7A/0.jpg)](https://www.youtube.com/watch?v=xaorvBjCE7A)
21+
1822
## Quick start
1923

2024
Install the package:

0 commit comments

Comments
 (0)