You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I set up an example Grails Application project following this guide, however when setting the firstName property as not nullable this constraint is not respected, GraphiQL displays it as a nullable field in the SpeakerCreate type.
Only if I remove the entire property mapping is the nullable constraint respected, but this prevents me from mapping the property with a custom order and description.
Hi!
I set up an example Grails Application project following this guide, however when setting the
firstName
property as not nullable this constraint is not respected, GraphiQL displays it as a nullable field in theSpeakerCreate
type.Only if I remove the entire property mapping is the nullable constraint respected, but this prevents me from mapping the property with a custom order and description.
Thanks in advance
The text was updated successfully, but these errors were encountered: