Headless Server Developer Manual / Version 2406.0
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.
A GraphQlSource
binds all components like the TypeDefinitionRegistry
,
the RuntimeWiring
and all schema resources into the final executable GraphQL schema.