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

Handle duplicate types and fields in constants better #762

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paulbakker
Copy link
Collaborator

When generating from multiple schema files, for example when generating clients for different services, it's common to find duplicate types in those schemas, starting with Query/Mutation itself.

DgsConstants wouldn't account for this and produce invalid Java code with duplicate classes/fields.
This PR merges duplicate types, which is sufficient for constants.

Copy link

@iparadiso iparadiso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if any existing test coverage can cover these changes, but it would be nice to have.

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