Skip to content

Library does not support ! in GraphQL schema during the java classes generation #3

@PavelSusloparov

Description

@PavelSusloparov

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions