Package io.smallrye.graphql.execution.datafetcher
package io.smallrye.graphql.execution.datafetcher
-
ClassDescriptionHandle Async calls with Uni, base for Uni and CompletionState DatafetchersAbstractDataFetcher<K,
T> The abstract data fetcherHandle Stream calls with Multi, used as base for Multi and PublisherFetch data using using a batchloaderHelping with creating collection instances This gets the new collection when creating arguments to call the method.Handle Async calls with CompletableFutureThere was an issue when fetching data.DefaultDataFetcher<K,T> The default, built in data fetcherCustom property data fetcher to allow arbitrary method names (instead of getters/setters) and to intercept the result for some manipulation.MultiDataFetcher<K,T> Handle Stream calls with MultiAllows DataFetchers to be pluggedAllows DataFetchers to be pluggedPublisherDataFetcher<K,T> Handle Stream calls with PublisherUniDataFetcher<K,T> Handle Async calls with Uni