Closed ZacSweers closed 7 years ago
@hzsweers is this issue duplicate of this one https://github.com/apollographql/apollo-android/issues/423
Oh wat. Github gave me an error earlier so I opened this one in the process of trying again. Closed the other ¯_(ツ)_/¯
Since the models are immutable, memoizing hashCode/toString() would be nice. This is a common use case for AutoValue's
@Memoized
extension as well, and would make its implementation a good reference.