Package graphql.schema
Class DataFetcherFactoryEnvironment
- java.lang.Object
-
- graphql.schema.DataFetcherFactoryEnvironment
-
@PublicApi @Deprecated(since="2024-11-26") public class DataFetcherFactoryEnvironment extends java.lang.Object
Deprecated.This class will go away at some point in the future since its pointless wrapper of aGraphQLFieldDefinitionThis is passed to aDataFetcherFactorywhen it is invoked to get aDataFetcher
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataFetcherFactoryEnvironment.BuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description GraphQLFieldDefinitiongetFieldDefinition()Deprecated.static DataFetcherFactoryEnvironment.BuildernewDataFetchingFactoryEnvironment()Deprecated.
-
-
-
Method Detail
-
getFieldDefinition
public GraphQLFieldDefinition getFieldDefinition()
Deprecated.- Returns:
- the field that needs a
DataFetcher
-
newDataFetchingFactoryEnvironment
public static DataFetcherFactoryEnvironment.Builder newDataFetchingFactoryEnvironment()
Deprecated.
-
-