I'm getting this error https://errorprone.info/bugpattern/EqualsGetClass I'll let it explain the rationale. ```graphqls type IdentityProviderUser { identityProviderId: ID! externalId: String! } ```