Skip to content

implement a new checkForTypeExtensionFieldUniqueness #4034

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

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

Conversation

xuorig
Copy link

@xuorig xuorig commented Jul 2, 2025

I'm afraid this might not be backward compatible / a suitable user experience. But curious on your thoughts. This check is very, very expensive on large schemas (containing a lot of extensions such as federated schemas).

This proposed solution is not quite the same as before. The current check compares. each extension against each other extension. This means that if two types define a, we get two errors for a.

Could we get away with calling out redefinitions only once?

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.

1 participant