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/InterfaceGenerator.kt
+2-1
Original file line number
Diff line number
Diff line change
@@ -96,8 +96,9 @@ class InterfaceGenerator(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/kotlin/KotlinInterfaceTypeGenerator.kt
+2-1
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,8 @@ class KotlinInterfaceTypeGenerator(private val config: CodeGenConfig, private va
88
88
89
89
val implementations = document.getDefinitionsOfType(ObjectTypeDefinition::class.java).asSequence()
Copy file name to clipboardExpand all lines: graphql-dgs-codegen-gradle/src/main/kotlin/com/netflix/graphql/dgs/codegen/gradle/ClientUtilsConventions.kt
Copy file name to clipboardExpand all lines: graphql-dgs-codegen-shared-core/src/main/kotlin/com/netflix/graphql/dgs/client/codegen/GraphQLQueryRequest.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ class GraphQLQueryRequest @JvmOverloads constructor(
Copy file name to clipboardExpand all lines: graphql-dgs-codegen-shared-core/src/test/kotlin/com/netflix/graphql/dgs/client/codegen/GraphQLQueryRequestTest.kt
0 commit comments