-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
DataFetchResult generaton #1431
DataFetchResult generaton #1431
Conversation
@kirill071992 I have a question about the overall approach. What if user wants to specify a lsit of types or specific fields that should be generated with |
src/main/java/com/kobylynskyi/graphql/codegen/mapper/GraphQLTypeMapper.java
Outdated
Show resolved
Hide resolved
Done |
@kobylynskyi could you please look at it again |
@kobylynskyi :) |
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.
@kirill071992 looks great! One minor comment and we should be good to go. Thanks!
src/main/java/com/kobylynskyi/graphql/codegen/model/MappingConfig.java
Outdated
Show resolved
Hide resolved
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.
@kirill071992 looks good! Will merge soon and include in the next release.
Thanks for the contribution!
…eneraton # Conflicts: # docs/codegen-options.md # src/main/java/com/kobylynskyi/graphql/codegen/java/JavaGraphQLTypeMapper.java
This was released in 5.10.0. Thanks! |
Description
Related to #1416
Changes were made to: