Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

(vue-urql) - add missing extractData to docs (#1171)

* add missing extractData

* Update server-side-rendering.md

authored by

Jovi De Croock and committed by
GitHub
ae254626 c0fe56a9

+2
+2
docs/advanced/server-side-rendering.md
··· 357 357 }); 358 358 359 359 const markup = await renderToString(app); 360 + 361 + const data = JSON.stringify(ssr.extractData()); 360 362 361 363 res.status(200).send(` 362 364 <html>