remove absinthe package in frontend - #1814
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user