Allow transforming definition after the schema has been parsed #362
vojtapol
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, there is a hacky way to modify the schema after it has been built by abusing
TypeDefinitionFactory
and mutating the input parameter. It would be great to add a clean version to programmatically transform the definition after the schema has been parsed.Related: #235
Beta Was this translation helpful? Give feedback.
All reactions