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.

add pause to lazy-query (#2073)

authored by

Jovi De Croock and committed by
GitHub
5e11f936 d7edaefe

+1 -1
+1 -1
docs/basics/ui-patterns.md
··· 157 157 `; 158 158 159 159 const Component = () => { 160 - const [result, fetch] = useQuery({ query: TodoQuery }); 160 + const [result, fetch] = useQuery({ query: TodoQuery, pause: true }); 161 161 const router = useRouter(); 162 162 163 163 return (