![JAR search and dependency download from the Maven repository](/logo.png)
graphql.schema.DataFetcher Maven / Gradle / Ivy
The newest version!
package graphql.schema;
public interface DataFetcher {
T get(DataFetchingEnvironment environment);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy