Closed
Description
Currently GraphQLSchema
and GraphQL
are initialized in Boot starter configuration. GraphQL Java provides builders to do all this but there is still glue code, e.g. schema transformations, the Reactor DataFetcher support, reloadable schema in development, and much more to come.
This initialization needs to be extracted out of configuration, encapsulated, and made flexible for extension.