You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
I need to customize the RuntimeWiring through the RuntimeWiring.Builder when the schema parser is being built.
The class SchemaParserBuilder is directly instantiated by GraphQLJavaToolsAutoConfiguration. So, it's impossible to customize/inject the RuntimeWiring instance.
I need this to have the ability to set a GraphQLCodeRegistry when SchemaGenerator is used to create the executable schema.