Describe the bug
During the java classes generation, all of the fields are nullable fields
To Reproduce
Steps to reproduce the behavior:
Run ./gradlew graphqlCodegen
Check the generated classes. Fields have no difference between nullable and not nullable.
Expected behavior
Nullable fields should be assigned null
Not nullable fields should be the same as of now.