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: examples/server/spring-server/src/main/kotlin/com/expediagroup/graphql/examples/server/spring/hooks/CustomSchemaGeneratorHooks.kt
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ import java.math.BigDecimal
32
32
importjava.util.UUID
33
33
importkotlin.reflect.KClass
34
34
importkotlin.reflect.KType
35
+
importkotlin.reflect.full.createType
35
36
importkotlin.reflect.full.isSubclassOf
36
37
37
38
/**
@@ -52,9 +53,10 @@ class CustomSchemaGeneratorHooks(override val wiringFactory: KotlinDirectiveWiri
Copy file name to clipboardExpand all lines: examples/server/spring-server/src/main/kotlin/com/expediagroup/graphql/examples/server/spring/query/SimpleQuery.kt
0 commit comments