Prior to 2.0 version, GraphQLResponse had a few helpful public functions like parseResponse that could be used by the consumers, but now they seem to be removed. I didn’t see any info on these in the migration guide, is there any info on how to migrate, when those parsing functions have been used?
We don’t use ApolloClient, but rather were using helpers like parseResultFast() and ApolloRequestBodyCreator for type conversion.