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.

docs: remove extra dash in url (#3583)

authored by

Josh Daniel Bañares and committed by
GitHub
019b1bb0 9272cefa

+1 -1
+1 -1
docs/basics/ui-patterns.md
··· 91 91 92 92 This code doesn't take changing variables into account, which will affect the cursors. For an 93 93 example that takes full infinite scrolling into account, [you can find a full code example of an 94 - extended pattern in our example folder on the topic of infinite pagination.](https://github.com/urql-graphql/urql/tree/main/examples/with-infinite--pagination) 94 + extended pattern in our example folder on the topic of infinite pagination.](https://github.com/urql-graphql/urql/tree/main/examples/with-infinite-pagination) 95 95 96 96 ## Prefetching data 97 97