Headless Server Developer Manual / Version 2406.0
Table Of Contents
The GraphQL runtime tries to resolve any property in a query using a DataFetcher
. By default, the built in
PropertyDataFetcher
is used to resolve a property. The PropertyDataFetcher
operates on the query root using reflection. The object returned by the query root is then processed reversely by
the invocation chain of DataFetcher
instances.