Use case
Since ApolloResponse changed to being a standard class (I think it used to be a data class?), the toString() now is not very useful because it prints the default hashcode / instance code based toString.
Can we introduce a custom toString for ApolloResponse? While printing all of data does not make sense, I'm trying to think what might be useful -- perhaps the cache key?
Describe the solution you'd like
No response