Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 3e4bee3e9d344f738eb9c179921f75ccd8fb79c5 20 lines 391 B view raw
1{ 2 "name": "with-refresh-auth", 3 "version": "0.0.0", 4 "private": true, 5 "scripts": { 6 "start": "vite" 7 }, 8 "dependencies": { 9 "@urql/core": "^6.0.1", 10 "@urql/exchange-auth": "^3.0.0", 11 "graphql": "^16.6.0", 12 "react": "^18.2.0", 13 "react-dom": "^18.2.0", 14 "urql": "^5.0.0" 15 }, 16 "devDependencies": { 17 "@vitejs/plugin-react": "^3.1.0", 18 "vite": "^4.2.0" 19 } 20}