graphql icon indicating copy to clipboard operation
graphql copied to clipboard

fix: input object with a nullable field set to null was being removed…

Open chirino opened this issue 2 years ago • 6 comments

… from the Args map given to a resolver.

chirino avatar May 06 '22 12:05 chirino

Coverage Status

Coverage increased (+0.001%) to 91.993% when pulling 7c76e233491af20e78c647dc76fed0139282f490 on chirino:preserve-nil-input-fields into f02a1c961028d3ba7ac6bb22eaa09b31a2cb53dd on graphql-go:master.

coveralls avatar May 06 '22 12:05 coveralls

:+1: Running into this on our project, too. Seems there's an existing issue as well, https://github.com/graphql-go/graphql/issues/629

ki4jnq avatar Jun 16 '22 18:06 ki4jnq

Can this be merged as we are also running into this?

adaam2 avatar Nov 29 '22 12:11 adaam2