dgs-codegen icon indicating copy to clipboard operation
dgs-codegen copied to clipboard

KotlinInterfaceTypeGenerator - fields with @skipcodegen directive are not filtered out

Open arturs678 opened this issue 10 months ago • 0 comments

When applying the @skipcodegen directive to interface fields, they are still present in the generated code.

Fields with @skipcodegen should be filtered out at this point: https://github.com/Netflix/dgs-codegen/blob/0ed16ad23cbeb145a553adfe159118362d2c79da/graphql-dgs-codegen-core/src/main/kotlin/com/netflix/graphql/dgs/codegen/generators/kotlin/KotlinInterfaceTypeGenerator.kt#L60

arturs678 avatar Mar 16 '25 17:03 arturs678