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 interfaceDataFetchingEnvironmentA 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 IntrospectionDataFetchingEnvironment Modifier and Type Class Description classDataFetchingEnvironmentImplclassDelegatingDataFetchingEnvironmentDelegatingDataFetchingEnvironment implementsDataFetchingEnvironmentby delegating to an underlying instance.
-