graphql.schema.PropertyDataFetcherHelper Maven / Gradle / Ivy
package graphql.schema;
import graphql.Internal;
import graphql.VisibleForTesting;
import java.util.function.Supplier;
/**
* This class is the guts of a property data fetcher and also used in AST code to turn
* in memory java objects into AST elements
*/
@Internal
public class PropertyDataFetcherHelper {
private static final PropertyFetchingImpl impl = new PropertyFetchingImpl(DataFetchingEnvironment.class);
private static final Supplier
© 2015 - 2025 Weber Informatics LLC | Privacy Policy