mirror of
https://github.com/vale981/Vulcan
synced 2025-03-11 21:16:40 -04:00
4 lines
No EOL
109 B
JavaScript
4 lines
No EOL
109 B
JavaScript
import { InMemoryCache } from 'apollo-cache-inmemory'
|
|
|
|
const cache = new InMemoryCache()
|
|
export default cache |