Netflix / dgs-codegen

Apache License 2.0
177 stars 92 forks source link

use instanceof in generated code #701

Open xenoterracide opened 4 weeks ago

xenoterracide commented 4 weeks ago

I'm getting this error https://errorprone.info/bugpattern/EqualsGetClass I'll let it explain the rationale.

type IdentityProviderUser {
  identityProviderId: ID!
  externalId: String!
}