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

transforms should support custom root type names #1607

Merged
merged 1 commit into from Jun 7, 2020
Merged

Conversation

yaacovCR
Copy link
Collaborator

@yaacovCR yaacovCR commented Jun 7, 2020

TransformRootFields, FilterRootFields and RenameRootFields were previously hard-coding root type names -- these may be customized and should be read from the schema at transformation time.

Closes #1596

TransformRootFields, FilterRootFields and RenameRootFields were previously hard-coding root type names -- these may be customized and should be read from the schema at transformation time.

Closes #1596
@yaacovCR yaacovCR merged commit a1e800c into master Jun 7, 2020
@yaacovCR yaacovCR deleted the fix-1596 branch June 7, 2020 04:13
@theguild-bot
Copy link
Collaborator

The latest changes of this PR are available as alpha in npm: 6.0.9-alpha-a1e800c.0

Quickly update your package.json by running:

npx match-version @graphql-tools 6.0.9-alpha-a1e800c.0

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.

TransformRootField only works for default root type names
2 participants