Skip to content

Commit 7d51801

Browse files
committed
fix(core): Generic mismatch for GraphQLTypeGetterScope
1 parent 59dbd45 commit 7d51801

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/kotlin/internal/ScopeImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ open class GraphQLGetterScopeImpl<T : Any, M>(
3636
@InternalGraphktApi
3737
open class GraphQLTypeGetterScopeImpl<T : Any>(
3838
override val instance: T,
39-
override val context: Map<*, *>
39+
override val context: Map<Any?, Any?>
4040
) : GraphQLTypeGetterScope<T>

0 commit comments

Comments
 (0)