graphql-core-legacy
graphql-core-legacy copied to clipboard
Implement nullvalue
Resolves #118
I will happily merge this if we can add more tests like in the ref implementation! https://github.com/graphql/graphql-js/pull/544/files :)
@yen223 Do you plan to continu this PR? That's a very useful feature.
What's the status of this pull request? This would be very helpful for us.
This feature would be very useful. Right now, I have to create another mutation that's used only for setting argument object fields to null.
I will happily merge this if we can add more tests like in the ref implementation! https://github.com/graphql/graphql-js/pull/544/files :)
@syrusakbary which, specifically, of the tests there would you like implemented? It seems to me that project has a broader set of tests overall than this one and the tests @yen223 added are consistent with the scope of the existing tests.
Any update on this? thanks
Joining the crowd of onlookers waiting for updates on this PR. Thanks @syrusakbary
likewise, would very much like this to be possible
Joining the crowd of onlookers waiting for updates on this PR. Thanks @syrusakbary
~~Joining the crowd of onlookers waiting for updates on this PR. Thanks @syrusakbary~~
Maybe the https://github.com/graphql-python/graphql-core/issues/249 release might resolve this issue, @jkimbo?
@brabeji yes the graphql-core v3 (#249) will resolve this issue. Graphql-core v3 is going to be graphql-core-next which is a complete rewrite bringing it up to feature parity with graphql.js