kamilkisiela / apollo-angular

A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁
https://apollo-angular.com
MIT License
1.5k stars 310 forks source link

no exported member 'ApolloExecutionResult' #351

Closed PtrWlp closed 7 years ago

PtrWlp commented 7 years ago

apollo-client-rxjs@0.5.2, apollo-client 1.0.0 and appollo-angular@0.13.1 gives me Error at /Users/(me...)/node_modules/apollo-angular/build/src/Apollo.d.ts:2:100: Module '"/Users/(me...)/node_modules/apollo-client/index"' has no exported member 'ApolloExecutionResult'. Also in combination with apollo-client-rxjs@0.6.0-rc.1.

Chabane commented 7 years ago

Same issue

mwld commented 7 years ago

I think there are issues with the apollo-angular-rxjs dependency. See theses posts/issues for more detail:

Downgrading apollo-angular to 0.13.0 should make it work for you in the meantime.

PtrWlp commented 7 years ago

Yes, so we noticed. Good luck with the next version! Thanks.