Sashko Stubailo
Sashko Stubailo
Using ES2015 is great, but the tutorial uses some features such as static class properties which are still in the proposal stage. In this case, I think it's important to...
This is feedback from @tmeasday - the readme makes this package look like it's doing a lot more than just a fetch, when in fact we want it to be...
It makes sense often to have a field that could return, for example, an `Int` or a `String`. It would be convenient to be able to use a `resolveType`-like mechanism...
In particular, this happens to me with JSX. 1. Change file to cause build error 2. Note "Your application has errors. Waiting for file change." 3. Fix error 4. App...
The one that lives at https://github.com/apollographql/apollographql.com-nav
We use Postgres in production, and Iād love to avoid having to install it globally on my machine for local dev. would be awesome if you could just npm install...
- [ ] Make sure newest version of react-scripts is used - [ ] Add React Router 4
The last discussion of this is https://github.com/facebook/graphql/issues/197#issuecomment-246840927 For purposes of tooling and documentation, it would be nice to be able to deprecate an entire type. This is useful for cases...