An array of results that were either returned by onQueryUpdated, or provided by default in the absence of onQueryUpdated, including pending promises.
If onQueryUpdated returns false for a given query, no result is provided for that query.
If onQueryUpdated returns true, the resulting Promise<ApolloQueryResult<any>> is included in the results array instead of true.
An array of ObservableQuery objects corresponding 1:1 to TResult values in the results arrays (both the
resultproperty and the resolved value).