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/ClientApiGenerator.kt
+27-12
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,16 @@ class ClientApiGenerator(private val config: CodeGenConfig, private val document
Copy file name to clipboardExpand all lines: graphql-dgs-codegen-core/src/test/kotlin/com/netflix/graphql/dgs/codegen/clientapi/ClientApiGenBuilderTest.kt
+30
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,36 @@ class ClientApiGenBuilderTest {
142
142
143
143
@Nested
144
144
innerclassDeprecation {
145
+
@Test
146
+
fun`adds @Deprecated annotation on class and reason from schema directives when setting enabled`() {
0 commit comments