bdiasti
5/24/2019 - 2:40 AM

Usando memory cache com apolo client react

const client = new ApolloClient({
  link: ApolloLink.from([restLink, httpLink]),
  cache: new InMemoryCache(),
});