i am getting error:node_modules/apollo-client/index"' has no exported member 'createNetworkInterface'
this is my code:
const client = new ApolloClient({
networkInterface: createNetworkInterface({
uri: 'http://localhost:3000/graphql'
})
});
// Needed for angular boostrap
export function provideClient(): ApolloClient {
return client;
}
i am getting error:node_modules/apollo-client/index"' has no exported member 'createNetworkInterface'
this is my code:
const client = new ApolloClient({
networkInterface: createNetworkInterface({
uri: 'http://localhost:3000/graphql'
})
});
// Needed for angular boostrap
export function provideClient(): ApolloClient {
return client;
}