Results 4 comments of vintersnow

Same issue here. I create two accounts to test posthog and the first one has been identified correctly but the second one doesn't. There is one "unidentified user" with the...

I'm facing the same issue. Is there any solution?

It seems working if I return the value (not Enum). ``` class AppointmentType(DjangoObjectType): class Meta: model = Appointment def resolve_status(self): return self.status.value ```

Having the same issue here. Works on Android but not in iOS.