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
I've reproduced it in a test: a7c3cbe.
I want to fix it, but I don't know, where to start. @pkqk, maybe you could guide me?
I've already checked gqlparser - it looks fine.
I have also written a test in merge_test.go and it's passing, but I have doubts because CheckSuccess helper is a bit complicated.
The text was updated successfully, but these errors were encountered:
Hey @benzolium, relevant code is in resolveField and generally resolve* functions in executable_schema.go. Let me know if you need some further guidance on the implementation.
When I (or frontend lib) query merged schema:
I'm getting null as default values, tho I actually have some:
I've reproduced it in a test: a7c3cbe.
I want to fix it, but I don't know, where to start. @pkqk, maybe you could guide me?
I've already checked gqlparser - it looks fine.
I have also written a test in
merge_test.go
and it's passing, but I have doubts becauseCheckSuccess
helper is a bit complicated.The text was updated successfully, but these errors were encountered: