Chris Drackett

Results 134 comments of Chris Drackett

hi @seanaguinaga! I'll try and take a look at this soon, but we've never used either Hasura or subscriptions in our app so it isn't 100% in my wheelhouse. The...

@Aryk Unless you do something to save the cache (like put it in local storage) it won't be saved across sessions by default.

Wait, are you talking react native? There is a chance the cache stays around when being backgrounded in that case, but it’s a crap shoot depending on what else is...

this might be an issue with your ts config, I'm not seeing errors in our example project or in my project that uses `mst-gql`. If you are having issues more...

ah, so this has to do with the generated model code. Ideally our generator should not be generating unused imports. I'm going to rename this issue to cover that issue....

I've never tried to use mst-gql without using `id` as my `id` field name. Looks like we might need to add a way to customize this and/or infer it.

this has been an ongoing issue. I know @RXminuS had some ideas around this, but I'm not sure what come of them. I know there has been talk of flattening...

I'm not entirely sure what is going on here, what is your use case?

@Aryk sounds like what you are running into might be related to https://github.com/mobxjs/mst-gql/issues/206 I don't use these selectors / selector builders myself, so it's hard to me to currently comment...

I believe that both `id` and `__typename` are always added as part of the query builder. We still explicitly add them ourselves, just to be safe.