Uses of Interface
graphql.introspection.IntrospectionDataFetchingEnvironment
Packages that use IntrospectionDataFetchingEnvironment
-
Uses of IntrospectionDataFetchingEnvironment in graphql.schema
Subinterfaces of IntrospectionDataFetchingEnvironment in graphql.schemaModifier and TypeInterfaceDescriptioninterfaceA DataFetchingEnvironment instance of passed to aDataFetcheras 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 TypeClassDescriptionclassclassDelegatingDataFetchingEnvironment implementsDataFetchingEnvironmentby delegating to an underlying instance.