All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql.execution.batched.BatchedDataFetcher Maven / Gradle / Ivy

There is a newer version: 230521-nf-execution
Show newest version
package graphql.execution.batched;

import graphql.PublicApi;
import graphql.schema.DataFetcher;

/**
 * See {@link Batched}.
 * @deprecated This has been deprecated in favour of using {@link graphql.execution.AsyncExecutionStrategy} and {@link graphql.execution.instrumentation.dataloader.DataLoaderDispatcherInstrumentation}
 */
@Deprecated
@PublicApi
public interface BatchedDataFetcher extends DataFetcher {
    // Marker interface
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy