Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initializeNullableTypes is not applied for parameterized inputs #1451

Open
Djaler opened this issue Jan 22, 2024 · 1 comment
Open

initializeNullableTypes is not applied for parameterized inputs #1451

Djaler opened this issue Jan 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Djaler
Copy link

Djaler commented Jan 22, 2024

Issue Description

I have enabled initializeNullableTypes option in gradle plugin configuration. Everything works well except for ...ParameterizedInput classes.

Expected Result

Default null value generated for arguments in ParameterizedInput classes as well.

Actual Result

Default null value not generated for ParameterizedInput classes.

Your Environment and Setup

  • graphql-java-codegen version: 5.9.0
@Djaler Djaler added the bug Something isn't working label Jan 22, 2024
@Djaler
Copy link
Author

Djaler commented Jan 22, 2024

Looks like we need to add it to template just like here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant