ddp-apollo
ddp-apollo copied to clipboard
DDP link for Apollo with GraphQL Subscriptions support
I have a react-native project and want to use `apollo-link-ddp` with `simpleddp` but I'm getting following error: `Error: Unable to resolve module `meteor/meteor` from `node_modules/apollo-link-ddp/dist/client/apollo-link-ddp.js`: meteor/meteor could not be found...
When building a front-end app (eg. Create React App) with apollo-link-ddp, the compiler cannot find the package meteor/meteor and throws a warning. https://github.com/Swydo/ddp-apollo/blob/206248064d19072e83e61844944d972442b4efb3/packages/apollo-link-ddp/src/client/apollo-link-ddp.js#L18
Because meteor/swydo:ddp-link requires an install of apollo-link-ddp, we also need to install the npm package graphql. https://github.com/Swydo/ddp-apollo/blob/206248064d19072e83e61844944d972442b4efb3/lib/server/setup.js#L6 These result in 2 graphql packages in the node_modules directory and conflicts. >...
Are there plans yet to release an update of ddp-apollo to work with Meteor 3.0?
My app uses the awesome `ddp-apollo`. Can I update my app to Meteor 2.8? It's currently at the previous Meteor version.