Skip to content

Graphql codegen library update#294

Merged
deweyjose merged 2 commits intomainfrom
cursor/graphql-codegen-library-update-a624
Dec 28, 2025
Merged

Graphql codegen library update#294
deweyjose merged 2 commits intomainfrom
cursor/graphql-codegen-library-update-a624

Conversation

@deweyjose
Copy link
Owner

@deweyjose deweyjose commented Dec 28, 2025

Upgrade graphql-dgs-codegen-core to 8.2.1 to address issue #293.

The omitNullInputFields configuration option was removed in graphql-dgs-codegen-core version 8.2.1, necessitating its removal from the plugin's configuration and an update to the documentation.


Open in Cursor Open in Web


Note

Upgrades to graphql-dgs-codegen-core 8.2.1 and aligns plugin/config accordingly.

  • Bumps core dependency to 8.2.1 in pom.xml
  • Removes .setOmitNullInputFields(...) from codegen config and logs a warning when the option is set (now ignored by upstream >= 8.2.1)
  • Updates bootstrap plugin to fetch CodeGen.kt for tag v8.2.1 and adjusts tests
  • Documents behavior change in README (note for omitNullInputFields)

Written by Cursor Bugbot for commit debd259. This will update automatically on new commits. Configure here.

Co-authored-by: richard.e.jose <richard.e.jose@gmail.com>
@cursor
Copy link
Contributor

cursor bot commented Dec 28, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@github-actions
Copy link
Contributor

github-actions bot commented Dec 28, 2025

Code Coverage Report

Overall Project 88.28% -0.21% 🍏
Files changed 42.86%

File Coverage
CodegenExecutor.java 84.19% -1.37%

@deweyjose deweyjose marked this pull request as ready for review December 28, 2025 13:51
Co-authored-by: richard.e.jose <richard.e.jose@gmail.com>
@deweyjose deweyjose merged commit a586477 into main Dec 28, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants