Michiel ter Reehorst
Michiel ter Reehorst
Same issue here. Had to import it from `/dist` as well as mentioned here: https://github.com/vvo/iron-session/issues/455#issuecomment-1100040845 For context, this is an issue with Jest which isn't able to resolve ESM that...
Also the you might want to override the TTL depending on user specifics. So agreed.
This is still an issue, so commenting to prevent automatic closure.
Hm, I believe the latest version of the client code (`apollo-link-ddp`) does not depend on graphql anymore, so that should not be an issue. We can still remove the dependency...
I see... You're right: https://github.com/apollographql/apollo-link/blob/c32e170b72ae1a94cea1c633f977d2dbfcada0e1/packages/apollo-link/package.json#L42-L44 I'll fix that soon.
May I ask, where is the second `graphql` installation coming from? Although it would be better not to depend on `apollo-link-ddp` on the server, you could still just install one...
Hm, it's in a try/catch for that reason. You might be able to tell your compiler to ignore it. Any suggestions on how to fix this otherwise? The idea is...
@lorensr, I will be supporting that out of the box in [ddp-apollo](https://github.com/Swydo/ddp-apollo). It will just work, even if you use an HTTP endpoint. See above PR for details. Cheers.
I know this ticket is almost a year old, but I like to mention this is available out of the box in https://github.com/Swydo/ddp-apollo, because it uses methods and publications under...
I'll just do a quick plug of our package here that solved all of these issue: https://github.com/Swydo/ddp-apollo This allows you to use DDP for data transport. So it uses all...