0
5
Create a new ApolloClient
0 Comments
import { ApolloClient } from 'apollo-client'; const client = new ApolloClient({ uri: 'graphqlendpointl', cache: new InMemoryCache(), });