Uses of Interface
graphql.introspection.IntrospectionDataFetchingEnvironment
-
Packages that use IntrospectionDataFetchingEnvironment Package Description graphql.schema -
-
Uses of IntrospectionDataFetchingEnvironment in graphql.schema
Subinterfaces of IntrospectionDataFetchingEnvironment in graphql.schema Modifier and Type Interface Description interface
DataFetchingEnvironment
A DataFetchingEnvironment instance of passed to aDataFetcher
as a execution context and its the place where you can find out information to help you resolve a data value given a graphql field inputClasses in graphql.schema that implement IntrospectionDataFetchingEnvironment Modifier and Type Class Description class
DataFetchingEnvironmentImpl
class
DelegatingDataFetchingEnvironment
DelegatingDataFetchingEnvironment implementsDataFetchingEnvironment
by delegating to an underlying instance.
-