1 import { useApolloClient } from “@apollo/client”; 2 3 function SomeComponent() { 4 const client = useApolloClient(); 5 // `client` is now set to …
1 import { useApolloClient } from “@apollo/client”; 2 3 function SomeComponent() { 4 const client = useApolloClient(); 5 // `client` is now set to …