-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
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?
Line 128 in cd82aba
| root= resolvers[type_padre][nombre_nodo](nothing,args,ctx,Dict("fieldName"=>nombre_nodo,"parentType"=>type_padre,"path"=>path,"returnType"=> tipoactual)) |
Reactions are currently unavailable