Skip to content

Commit 1cddfd7

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/kotlin/schema/GraphQLInterfaceType.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ interface GraphQLInterfaceTypeBuilder<T : Any> :
126126
@OptIn(InternalGraphktApi::class)
127127
fun <T : Any> GraphQLTypeGetterScope(
128128
instance: T,
129-
context: Map<*, *>,
129+
context: Map<Any?, Any?>,
130130
): GraphQLTypeGetterScope<T> {
131131
return GraphQLTypeGetterScopeImpl(
132132
instance,

0 commit comments

Comments
 (0)