Class QuarkusCompletionStageDataFetcher<K,​T>

  • All Implemented Interfaces:
    graphql.schema.DataFetcher<T>, io.smallrye.graphql.execution.datafetcher.PlugableBatchableDataFetcher<K,​T>, io.smallrye.graphql.execution.datafetcher.PlugableDataFetcher<T>, org.dataloader.BatchLoaderWithContext<K,​T>

    public class QuarkusCompletionStageDataFetcher<K,​T>
    extends AbstractAsyncDataFetcher<K,​T>
    • Constructor Detail

      • QuarkusCompletionStageDataFetcher

        public QuarkusCompletionStageDataFetcher​(io.smallrye.graphql.schema.model.Operation operation,
                                                 io.smallrye.graphql.schema.model.Type type)