Open chirino opened 2 years ago
:+1: Running into this on our project, too. Seems there's an existing issue as well, https://github.com/graphql-go/graphql/issues/629
Can this be merged as we are also running into this?
Hi, what chances are that this PR could be merged?
@kindermax As far as I can remember, I don't think that this PR is a complete implementation of nulls - we ended up forking this repo and doing it ourselves but I've since left that company so not sure I have access anymore.
I see( Well for now I've overcome this by passing variables via context but it is a dirty hack.
… from the
Args
map given to a resolver.