dataAssertNoErrors
A shorthand property to get a non-nullable data
if handling partial data is not important
Note: A future version could use Definitely non nullable types to implement something like ApolloResponse<D>.assertNoErrors(): ApolloResponse<D & Any>