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

graphql.TrivialDataFetcher Maven / Gradle / Ivy

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

import graphql.schema.DataFetcher;


/**
 * Mark a DataFetcher as trivial:
 * If a data fetcher is simply mapping data from an object to a field, it can be considered a trivial data fetcher for the purposes
 * of tracing and so on.
 */
@PublicSpi
public interface TrivialDataFetcher extends DataFetcher {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy