Skip to content

Error #1

@Nitishreddy787

Description

@Nitishreddy787

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions