remove absinthe package in frontend - #1814

This commit is contained in:
Laurent GAY
2025-11-22 12:24:07 +01:00
committed by setop
parent dc413e3800
commit c63ce29a33
9 changed files with 41 additions and 359 deletions

View File

@@ -1,7 +1,7 @@
import { ApolloClient, NormalizedCacheObject } from "@apollo/client/core";
import buildCurrentUserResolver from "@/apollo/user";
import { cache } from "./apollo/memory";
import { fullLink } from "./apollo/link";
import { cache } from "@/apollo/memory";
import { fullLink } from "@/apollo/link";
export const apolloClient = new ApolloClient<NormalizedCacheObject>({
cache,