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.

doc(typescript): fix typo in code example (#2756)

authored by

Charly POLY and committed by
GitHub
38dc226c ecfb705d

+1 -1
+1 -1
docs/basics/typescript-integration.md
··· 120 120 121 121 ```tsx 122 122 import React from 'react'; 123 - import { useQuery } from '@apollo/client'; 123 + import { useQuery } from 'urql'; 124 124 125 125 import './App.css'; 126 126 import Film from './Film';