diff --git a/src/utils/graphql.ts b/src/utils/graphql.ts index 42650f3..09cf6c6 100755 --- a/src/utils/graphql.ts +++ b/src/utils/graphql.ts @@ -1,3 +1,4 @@ +//deploy vm import { ApolloClient, createHttpLink, InMemoryCache } from '@apollo/client/core' export const apolloClient = () => {