Apollo Cache Update

July 12, 2017

1. Docs Overview https://www.apollographql.com/docs/react/caching/overview/ Update function When a mutation's response is insufficient to update all modified fields in your cache (such as certain list fields), you can define an update function to…

e2e tests

July 12, 2017

Why bother ? Automated e2e testing is a core part of an application in production, because without it at some point a bug will appear that will require refactoring, on a level impossible without e2e tests. Maintaining a simple test suite may help…