Ian MacLeod

Results 38 issues of Ian MacLeod

As a convenience factor on binaries that contain many subcommands, I find it very helpful to print out help if someone calls the command with zero arguments. Would be really...

It would be handy to support `` elements at any depth under a `` or ``. I.e. ``` js ohai ohai2u ``` I'm unsure what all the implications would be...

enhancement
help wanted
Needs PR

**Update:** Much of this has been implemented. See [this comment](https://github.com/convoyinc/apollo-cache-hermes/issues/153#issuecomment-452802301) for remaining work. --- ~We don't support `... on Type {` queries currently.~ But it shouldn't be too difficult to...

We're currently breaking assumptions somewhat by using chai's `expect` under jest tests (which normally pulls in jasmine's `expect`). Let's switch over to clean that up

chore

Today we cache them just the same as ROOT_QUERY nodes; but there's no good reason for doing so. It also generally leaks large amounts of posted data (via serialized variables)...

Speak to @nevir for background on wtf this means

We probably need to work with that project to figure out the right interface to expose to the dev tools.

Let's get closer to actual GraphQL nomenclature, and is pretty damn confusing. The cache currently uses query interchangeably with operation in a bunch of places.

Is `apollo-cache-hermes` (and Hermes in general) really the package name we want? Surely there's a better name to go with!