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/EntitiesRepresentationTypeGeneratorUtils.kt
Copy file name to clipboardExpand all lines: graphql-dgs-codegen-core/src/main/kotlin/com/netflix/graphql/dgs/codegen/generators/java/ClientApiGenerator.kt
+16-17
Original file line number
Diff line number
Diff line change
@@ -37,24 +37,23 @@ class ClientApiGenerator(private val config: CodeGenConfig, private val document
Copy file name to clipboardExpand all lines: graphql-dgs-codegen-core/src/main/kotlin/com/netflix/graphql/dgs/codegen/generators/java/ConstantsGenerator.kt
Copy file name to clipboardExpand all lines: graphql-dgs-codegen-core/src/main/kotlin/com/netflix/graphql/dgs/codegen/generators/java/DataTypeGenerator.kt
Copy file name to clipboardExpand all lines: graphql-dgs-codegen-core/src/main/kotlin/com/netflix/graphql/dgs/codegen/generators/java/EntitiesRepresentationTypeGenerator.kt
Copy file name to clipboardExpand all lines: graphql-dgs-codegen-core/src/main/kotlin/com/netflix/graphql/dgs/codegen/generators/java/EnumTypeGenerator.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ class EnumTypeGenerator(private val config: CodeGenConfig) {
Copy file name to clipboardExpand all lines: graphql-dgs-codegen-core/src/main/kotlin/com/netflix/graphql/dgs/codegen/generators/java/InterfaceGenerator.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ class InterfaceGenerator(private val config: CodeGenConfig, private val document
47
47
extensions:List<InterfaceTypeExtensionDefinition>
48
48
): CodeGenResult {
49
49
if (definition.shouldSkip(config)) {
50
-
returnCodeGenResult()
50
+
returnCodeGenResult.EMPTY
51
51
}
52
52
53
53
logger.info("Generating type {}", definition.name)
0 commit comments