I want to show the loader only when a certain period of time has elapsed. Apollo does provide a loading property but it'd show the loader instantaneously.
I was thinking of hacking something together using componentWillReceiveProps but if there's a more idiomatic way of doing this, I'd be more than happy to use that.