Package graphql.introspection
Interface IntrospectionDataFetchingEnvironment
- All Known Subinterfaces:
DataFetchingEnvironment
- All Known Implementing Classes:
DataFetchingEnvironmentImpl
,DelegatingDataFetchingEnvironment
public interface IntrospectionDataFetchingEnvironment
Extracted from
DataFetchingEnvironment
to only capture
the data really needed for Introspection
-
Method Summary
-
Method Details
-
getSource
<T> T getSource() -
getArguments
-
getGraphQLSchema
GraphQLSchema getGraphQLSchema() -
getArgument
-
getParentType
GraphQLType getParentType()
-