The PURPOSE of this resolver is to provide a generic way to run a view and return the results.
The best practice is to use the strongly typed sub-class of this resolver for each entity.
that way you get back strongly typed results. If you need a generic way to call a view and get
back the results, and have your own type checking in place, this resolver can be used.
The PURPOSE of this resolver is to provide a generic way to run a view and return the results. The best practice is to use the strongly typed sub-class of this resolver for each entity. that way you get back strongly typed results. If you need a generic way to call a view and get back the results, and have your own type checking in place, this resolver can be used.