Justin Anastos
Justin Anastos
If we use `@include` or `@skip` directives on a non-nullable field, the code generation output should be nullable because we can guarantee that the data won't always exist.
Apollo Client 3 support's a new cache configuration mechanic with typePolicies, specifically allowing us to define a canonical id for a type via `keyFields`. I've run into several cases where...
I would find it useful to include a mutation's variables in the `update` function parameters. This would make it easier to define most of the behaviors of a mutation in...
We're using purgecss in our postcss configuration. Our purgecss takes a ~3 seconds to run. This plugin will run that 3 second task on each individual file. I think it...
If a component uses a prop of an `enum` that is imported from another file, the `propType` will be shown as `any`. This will correctly label the `color` property as...
When using jsdom, the host's architecture is reported. On the mac: ``` Mozilla/5.0 (darwin) AppleWebKit/537.36 (KHTML, like Gecko) jsdom/11.12.0 ``` On Linux (CI): ``` Mozilla/5.0 (linux) AppleWebKit/537.36 (KHTML, like Gecko)...
This will allow this package to `npm-link`'ed by not using `transform-runtime` unless we're building production.