You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graphql-dgs-codegen-core/src/main/kotlin/com/netflix/graphql/dgs/codegen/generators/java/DataTypeGenerator.kt
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -459,16 +459,16 @@ abstract class BaseDataTypeGenerator(
459
459
addGetterAndSetter(it, javaType)
460
460
}
461
461
462
-
val requiredFields = fields.filter { !it.nullable }
0 commit comments