Headless Server Developer Manual / Version 2107
Table Of Contents
In order to process GraphQL queries, the GraphQL runtime needs an executable version of the GraphQL schema
definitions. The final executable GraphQL schema models the more static part of the GraphQL runtime and is created
by the SchemaGenerator
. To create the GraphQL schema, the SchemaGenerator
needs the TypeDefinitionRegistry
and the RuntimeWiring
.