]>
git.r.bdr.sh - rbdr/forum/blob - src/config/apollo.js
1 import { ApolloClient
, InMemoryCache
} from '@apollo/client/core';
2 import { apollo as apolloConfig
} from './config';
4 const cache
= new InMemoryCache();
6 export const client
= new ApolloClient({