I am currently having an issue. I have a required field enum of role on my User model. It also has a default which is “USER”. All my user create mutations worked fine without posting the role variable, but today I started getting errors that i am trying to null a non nullable field “role”. The only fix I had was to set the role field as not required. Can probably reproduce it and give a request id if it would help.