Package graphql.introspection
Interface IntrospectionDataFetcher<T>
-
- All Superinterfaces:
DataFetcher<T>
,TrivialDataFetcher<T>
public interface IntrospectionDataFetcher<T> extends TrivialDataFetcher<T>
Special DataFetcher which is only used insideIntrospection
-
-
Method Summary
-
Methods inherited from interface graphql.schema.DataFetcher
get
-
-