Uses of Interface
graphql.introspection.IntrospectionDataFetchingEnvironment
Packages that use IntrospectionDataFetchingEnvironment
-
Uses of IntrospectionDataFetchingEnvironment in graphql.schema
Subinterfaces of IntrospectionDataFetchingEnvironment in graphql.schemaModifier and TypeInterfaceDescriptioninterface
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 IntrospectionDataFetchingEnvironmentModifier and TypeClassDescriptionclass
class
DelegatingDataFetchingEnvironment implementsDataFetchingEnvironment
by delegating to an underlying instance.