-
-
Notifications
You must be signed in to change notification settings - Fork 110
#1297 Allow to exclude fields from generated GraphQL objects #1299
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
#1297 Allow to exclude fields from generated GraphQL objects #1299
Conversation
Sonatype Lift is retiringSonatype Lift will be retiring on Sep 12, 2023, with its analysis stopping on Aug 12, 2023. We understand that this news may come as a disappointment, and Sonatype is committed to helping you transition off it seamlessly. If you’d like to retain your data, please export your issues from the web console. |
Hey @kobylynskyi , @jxnu-liguobin , the build seems to be broken.
Any ideas how to fix this? |
My PR is the same, I'm not sure what happened 🥲 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sabirove, looks good. But please add your new property to:
graphql-java-codegen/src/main/java/com/kobylynskyi/graphql/codegen/model/MappingConfig.java
Line 130 in 37ffc68
public void combine(MappingConfig source) { |
(and
MappingConfigTest
as well)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution. Will include this change in the next release. Stay tuned.
@kobylynskyi When is the release planned? |
Description
Related to #1297
Changes were made to: