Michiel ter Reehorst

Results 42 comments of Michiel ter Reehorst

Hm, I would think this should work. I'll need to investigate. A PR with a failing test would be great.

Hi. Maybe it was cached somewhere. I can't say without knowing you're complete setup.

This package is based upon `graphql-tag/loader`, but maybe it's time to move to a more advanced importer like `graphql-import`. I'll check if all current features will be supported and if...

Hi, I'm not familiar with module resolution in typescript, but why does the first statement not work? What if you try this: ```js import schema from "../models/typeDefs.graphql"; ``` What does...

A bit late reply, but I understand that the issue was solved?

@macrozone, thanks for reporting this. Appearantly this is how it's implemented in https://github.com/apollographql/graphql-tag. That's the package I'm using under the hood. If you would like to see this changes, please...

Hi! At the moment we also use the ApolloClient directly. But I understand your use case. The `gqlQuery` is tightly coupled with the `Template.prototype` at the moment but we might...

I think the issue is that Blaze Apollo does it's own (kind-of) caching to prevent unneeded reruns in autoruns (like template helpers). https://github.com/Swydo/blaze-apollo/blob/dc4015c1ee800723aebd0757d4e2eab64237c916/lib/setup.js#L32-L41 If the request doesn't change (like when...

@boboci9, re-reading your issue it seems that nothing will trigger your autorun so no attempt will be made to do a refetch. If a mutation was done somewhere, make sure...

I had the same experience and wonder if this should be considered a bug. Hopefully someone from the next team can have a look soon.