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/kotlin/KotlinDataTypeGenerator.kt
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -266,12 +266,14 @@ abstract class AbstractKotlinDataTypeGenerator(
266
266
}
267
267
268
268
val unionTypes =
269
-
document.getDefinitionsOfType(UnionTypeDefinition::class.java).filter { union ->
0 commit comments