Increase specificity of InsightViewResolver
Created by: eseliger
Before, every thing that implemented node was matching this interface, hence, depending on call order of the ToXX type guard functions on a NodeResolver, the __typename would be reported wrongly, breaking assumptions in our webapp.