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

Make the rename transformation enable/disable the usage of the exclusion list for scalars #5341

Closed
cweckesser opened this issue Apr 18, 2023 · 0 comments · Fixed by #5342
Closed

Comments

@cweckesser
Copy link
Contributor

Is your feature request related to a problem? Please describe.

By default, the rename transform uses an ignore list to skip renaming certain types (built-in types and scalars) in a schema.
If several schemas define the same scalars, they cannot be renamed to avoid collisions because of the usage of this exclusion list (or "ignore list", as named in the implementation).

Describe the solution you'd like

It should be possible to manually enable/disable the usage of the exclusion list via configuration (i.e. a flag) but enforcing its usage by default to keep backwards compatibility.

Describe alternatives you've considered

Additional context

This was referenced Apr 30, 2024
This was referenced May 7, 2024
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 a pull request may close this issue.

1 participant