Headless Server Developer Manual / Version 2107
Table Of Contents
The @fetch
directive alters the default invocation chain by invoking the SpelDataFetcher
class instead of the default PropertyDataFetcher
class. The SpelDataFetcher
uses SpEL to operate either on the query root or invokes instead other Spring Beans. Either way, the object has
to return an object or a DataFetcherResult
instance. The
subsequent invocation chain of DataFetcher
is slightly altered.
ViewBySiteFilterDataFetcher
FilteringDataFetcher
ConvertingDataFetcher