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?