GraphQL NewType Non-null?
I'm surfacing a calculated map as its own type in GraphQL and trying to make the fields non-nullable, but can't seem to get it working. I've also tried dropping the
allow_nil?s into constraints key. Am I holding it wrong?
