graphql.introspection.IntrospectionDataFetcher Maven / Gradle / Ivy
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