Skip to content

Commit

Permalink
docs(recipe): use h3 where appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Mar 27, 2024
1 parent 718e577 commit 1392852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/recipes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ export const handler = createHandler({
});
```

## With custom subscribe method that gracefully handles thrown errors
### With custom subscribe method that gracefully handles thrown errors

`graphql-js` does not catch errors thrown from async iterables ([see issue](https://github.com/graphql/graphql-js/issues/4001)). This will bubble the error to the server handler and cause issues like writing headers after they've already been sent if not handled properly.

Expand Down

0 comments on commit 1392852

Please sign in to comment.