docs/advanced/README.md
In this chapter we'll dive into various topics of "advanced" urql usage. This is admittedly a
catch-all chapter of various use-cases that can only be covered after the "Architecture"
chapter.
useSubscription and how to set up GraphQL subscriptions with
urql.urql
devtools and how to add our own debug events
for its event view.retryExchange which allows you to retry operations when they've failed.authExchangeurql particularly in React.populateExchange addon, which can make it easier to
update normalized data after mutations.