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

graphql.introspection.IntrospectionDataFetcher Maven / Gradle / Ivy

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

import graphql.Internal;
import graphql.TrivialDataFetcher;

/**
 * Special DataFetcher which is only used inside {@link Introspection}
 */
@Internal
public interface IntrospectionDataFetcher extends TrivialDataFetcher {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy