Skip to content
Discussion options

You must be logged in to vote

Let me give you some generalised information about NonNullableValueCoercedAsNullException and then I will look further.

NonNullableValueCoercedAsNullException is thrown when a field that declares itself to be non nullable in fact at runtime does return a null value (say name : String! which then returns a null name value say)

However looking at this stack trace I can see its no field execution but rather the MaxQueryDepthInstrumentation traversing a input query and trying to get certain values.

(The Field '' has coerced Null is a bug - we should fix that useless error message)

I am a little puzzled here because this is "input arguments" and not output field values.

I need to sit down and…

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@slisaasquatch
Comment options

Comment options

You must be logged in to vote
2 replies
@bbakerman
Comment options

@bbakerman
Comment options

Answer selected by slisaasquatch
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants