]>
git.r.bdr.sh - rbdr/forum/blob - src/config/apollo.js
4cfca79ba4b6eefd9b9f8b42f251cd3392a78d0c
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({