Describe the bug
root value to resolver of filed with user type always get nothing
To Reproduce
create scheme with any field with user-created type
like
Book {
author: Person
}
Expected behavior
root should be the parent Dict (as for GraphQL basic types resolvers)
Additional context
Here the line, where this nothing is passed: can we use defined root variable instead of nothing?
|
root= resolvers[type_padre][nombre_nodo](nothing,args,ctx,Dict("fieldName"=>nombre_nodo,"parentType"=>type_padre,"path"=>path,"returnType"=> tipoactual)) |
Describe the bug
root value to resolver of filed with user type always get nothing
To Reproduce
create scheme with any field with user-created type
like
Book {
author: Person
}
Expected behavior
root should be the parent Dict (as for GraphQL basic types resolvers)
Additional context
Here the line, where this nothing is passed: can we use defined root variable instead of nothing?
Diana.jl/src/execute.jl
Line 128 in cd82aba