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

graphql.schema.DataFetcher Maven / Gradle / Ivy

package graphql.schema;


public interface DataFetcher {

    Object get(DataFetchingEnvironment environment);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy