We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59dbd45 commit 7d51801Copy full SHA for 7d51801
1 file changed
core/src/main/kotlin/internal/ScopeImpl.kt
@@ -36,5 +36,5 @@ open class GraphQLGetterScopeImpl<T : Any, M>(
36
@InternalGraphktApi
37
open class GraphQLTypeGetterScopeImpl<T : Any>(
38
override val instance: T,
39
- override val context: Map<*, *>
+ override val context: Map<Any?, Any?>
40
) : GraphQLTypeGetterScope<T>
0 commit comments