How to make fields optional for graphql api?
Kind of analogous to the way
hide_fields is used, is there a way I can allow a field to be nil for the Graphql API when it is not allowed to be nil as an attribute?