Headless Server Developer Manual / Version 2207
Table Of Contents
The RuntimeWiring
class wires the different components, like instrumentations and schema directives,
which may manipulate the behavior of the GraphQL runtime. RuntimeWiring
and
TypeDefinitionRegistry
are used by the SchemaGenerator
class to generate
the final, executable GraphQLSchema (see the CaasConfig
class).