You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for your contribution, at the moment 'nothing' is the only thing that can be used to resolver the root node, in the next version that feature will be added, along with some more improvements :)
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
The text was updated successfully, but these errors were encountered: