I have a generic GraphQL question, I hope I don’t ...
# orm-help
t
I have a generic GraphQL question, I hope I don’t anger anyone by asking. I’m getting errors about non-nullable fields when the parent field is null and nullable… I feel like it shouldn’t be complaining about non-nullable fields on a nested model if the parent is null and nullable. Thoughts?
n
YOU ANGERED ME... no just kidding 😄
can you provide more information about your situation? in general it's useful to know that nulls in GraphQL are "bubbling up", until you reach a nullable field
t
Never mind, I screwed something up on my end. Thanks though!