theobat
theobat
So I experienced the issue pointed out by @dustinfarris, the culprit is [here](https://github.com/mattkrick/cashay/blob/master/src/query/flushDependencies.js#L13). The reason why this "invalidation" cause the "cache went stale..." exception is that the flushDependencies function essentially...
So we've come up with a situation where this: https://github.com/mattkrick/cashay/compare/master...theobat:empty-object-selection Actually removes critical part of a query like: ```gql query { id content test { id } } ``` Would...
@mattkrick These are mostly test cases for the Cashay class. A small yet required fix is in Cashay.js about the _invalidation method passed as an argument to the mutationHandlers. This...
#164 for explanations (had to recreate a PR because I ran into other problems and needed to submit other -yet unrelated- PRs)
hey @mattkrick, two things: - Are you interested in a PR that actually raises an error [here](https://github.com/mattkrick/cashay/blob/master/src/Cashay.js#L351) (or is there any particular reason not to raise an error ?): (been...
I'm not sure this is an actual issue @haadcode and if it's well known one or an expected behavior please close this. **I have been able to connect with the...
Hi, While using a graphiql frontend I faced this message : > Could not set schema SDL. Error: Syntax Error: Expected Name, found "(". (45:6) 43 | } 44 |...
Hey, I face an issue when I try to use Set Text for example as an input type argument in a query (or a mutation): ``` | • No instance...
I really like the way this project is beeing written and I share almost all the complaints towards existing DBs, however I feel a bit lost when it comes to...
I'd be very interested in the possibility of managing geographic data with this project. Haskell does not have native efficient libraries to handle geographic data, but there are bindings to...