graphql-spring-boot icon indicating copy to clipboard operation
graphql-spring-boot copied to clipboard

Add the ability to configure the RuntimeWiring at the SchemaParser building time

Open stondini opened this issue 3 years ago • 0 comments

Hello,

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.

What do you think ?

Thank you. Stephane

stondini avatar Jul 10 '20 13:07 stondini